Html Css Color HEX #24270F Green Waterloo

📋 copy color: '#24270F'

red 36 ◦ green 39 ◦ blue 15

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

Shades of Green Waterloo #24270F

Tints of Green Waterloo #24270F

RGB

 RED value IS 36 (14.45% from 255) = 40%

 GREEN value IS 39 (15.63% from 255) = 43.33%

 BLUE value IS 15 (6.25% from 255) = 16.67%

R = 40%
G = 43.33%
B = 16.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#24270F (or 0x24270F) is known color: Green Waterloo. HEX triplet: 24, 27 and 0F. RGB value is (36,39,15). Sum of RGB (Red+Green+Blue) = 36+39+15=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #24270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270F is #DBD8F0. Grayscale: #232323. Windows color (decimal): -14407921 or 993060. OLE color: 993060.

HSL color Cylindrical-coordinate representation of color #24270F: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24270F is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 39 15 -
CMYK 0.08 0 0.62 0.85
HSL 67.5º 0.44% 0.11% -
HSV(B) 67.5º 0.62% 0.15% -
XYZ 1.54 1.86 0.73 -
YUV 35.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 36 39 15 0.08 0 0.62 0.85 67.5 0.44 0.11
Hex 24 27 F 8 0 3E 55 44 2C B
Octal 44 47 17 10 0 76 125 104 54 13
Binary 100100 100111 1111 1000 0 111110 1010101 1000100 101100 1011

Color Harmonies of #24270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24270F

Black with #24270F

Text Example


Text Example

White with #24270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24270F; }

 p { color: rgb(36,39,15); }

 H1.HeaderClassName
 {
   color: #24270F;
 }
 .AnyTagClassName
 {
   color: #24270F;
 }
</style>

background-color css

<style>
 a { background-color: #24270F; }

 a { background-color: rgb(36,39,15); }

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

border-color css

<style>
 span { border-color: #24270F; }

 span { border-color: rgb(36,39,15); }

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