Html Css Color HEX #24270B Green Waterloo

📋 copy color: '#24270B'

red 36 ◦ green 39 ◦ blue 11

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

Shades of Green Waterloo #24270B

Tints of Green Waterloo #24270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.79%

R = 41.86%
G = 45.35%
B = 12.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.85

RGB Variations

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

Color information

#24270B (or 0x24270B) is known color: Green Waterloo. HEX triplet: 24, 27 and 0B. RGB value is (36,39,11). Sum of RGB (Red+Green+Blue) = 36+39+11=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #24270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270B is #DBD8F4. Grayscale: #232323. Windows color (decimal): -14407925 or 730916. OLE color: 730916.

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

Color convert

RGB 36 39 11 -
CMYK 0.08 0 0.72 0.85
HSL 66.43º 0.56% 0.1% -
HSV(B) 66.43º 0.72% 0.15% -
XYZ 1.51 1.85 0.59 -
YUV 34.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 36 39 11 0.08 0 0.72 0.85 66.43 0.56 0.1
Hex 24 27 B 8 0 48 55 42 38 A
Octal 44 47 13 10 0 110 125 102 70 12
Binary 100100 100111 1011 1000 0 1001000 1010101 1000010 111000 1010

Color Harmonies of #24270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24270B

Black with #24270B

Text Example


Text Example

White with #24270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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