Html Css Color HEX #2D2E25 Green Waterloo

📋 copy color: '#2D2E25'

red 45 ◦ green 46 ◦ blue 37

#2D2E25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #2D2E25

Tints of Green Waterloo #2D2E25

RGB

 RED value IS 45 (17.97% from 255) = 35.16%

 GREEN value IS 46 (18.36% from 255) = 35.94%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 35.16%
G = 35.94%
B = 28.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.82

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2D2E25 (or 0x2D2E25) is known color: Green Waterloo. HEX triplet: 2D, 2E and 25. RGB value is (45,46,37). Sum of RGB (Red+Green+Blue) = 45+46+37=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #2D2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E25 is #D2D1DA. Grayscale: #2C2C2C. Windows color (decimal): -13816283 or 2436653. OLE color: 2436653.

HSL color Cylindrical-coordinate representation of color #2D2E25: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D2E25 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 46 37 -
CMYK 0.02 0 0.20 0.82
HSL 66.67º 0.11% 0.16% -
HSV(B) 66.67º 0.2% 0.18% -
XYZ 2.39 2.65 2.13 -
YUV 44.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 45 46 37 0.02 0 0.20 0.82 66.67 0.11 0.16
Hex 2D 2E 25 2 0 14 52 43 B 10
Octal 55 56 45 2 0 24 122 103 13 20
Binary 101101 101110 100101 10 0 10100 1010010 1000011 1011 10000

Color Harmonies of #2D2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2E25

Black with #2D2E25

Text Example


Text Example

White with #2D2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D2E25; }

 p { color: rgb(45,46,37); }

 H1.HeaderClassName
 {
   color: #2D2E25;
 }
 .AnyTagClassName
 {
   color: #2D2E25;
 }
</style>

background-color css

<style>
 a { background-color: #2D2E25; }

 a { background-color: rgb(45,46,37); }

 div.DivClassName
 {
   background-color: #2D2E25;
 }
 .BgClassName
 {
   background-color: #2D2E25;
 }
</style>

border-color css

<style>
 span { border-color: #2D2E25; }

 span { border-color: rgb(45,46,37); }

 td.TdClassName
 {
   border-color: #2D2E25;
 }
 .TagClassName
 {
   border-color: #2D2E25;
 }
</style>