Html Css Color HEX #252C09 Green Waterloo

📋 copy color: '#252C09'

red 37 ◦ green 44 ◦ blue 9

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

Shades of Green Waterloo #252C09

Tints of Green Waterloo #252C09

RGB

 RED value IS 37 (14.84% from 255) = 41.11%

 GREEN value IS 44 (17.58% from 255) = 48.89%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 41.11%
G = 48.89%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.83

RGB Variations

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

Color information

#252C09 (or 0x252C09) is known color: Green Waterloo. HEX triplet: 25, 2C and 09. RGB value is (37,44,9). Sum of RGB (Red+Green+Blue) = 37+44+9=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #252C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C09 is #DAD3F6. Grayscale: #262626. Windows color (decimal): -14341111 or 601125. OLE color: 601125.

HSL color Cylindrical-coordinate representation of color #252C09: hue angle of 72º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252C09 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 44 9 -
CMYK 0.16 0 0.80 0.83
HSL 72º 0.66% 0.1% -
HSV(B) 72º 0.8% 0.17% -
XYZ 1.71 2.21 0.6 -
YUV 37.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 37 44 9 0.16 0 0.80 0.83 72 0.66 0.1
Hex 25 2C 9 10 0 50 53 48 42 A
Octal 45 54 11 20 0 120 123 110 102 12
Binary 100101 101100 1001 10000 0 1010000 1010011 1001000 1000010 1010

Color Harmonies of #252C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C09

Black with #252C09

Text Example


Text Example

White with #252C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C09; }

 p { color: rgb(37,44,9); }

 H1.HeaderClassName
 {
   color: #252C09;
 }
 .AnyTagClassName
 {
   color: #252C09;
 }
</style>

background-color css

<style>
 a { background-color: #252C09; }

 a { background-color: rgb(37,44,9); }

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

border-color css

<style>
 span { border-color: #252C09; }

 span { border-color: rgb(37,44,9); }

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