Html Css Color HEX #24270A Green Waterloo

📋 copy color: '#24270A'

red 36 ◦ green 39 ◦ blue 10

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

Shades of Green Waterloo #24270A

Tints of Green Waterloo #24270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.76%

R = 42.35%
G = 45.88%
B = 11.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#24270A (or 0x24270A) is known color: Green Waterloo. HEX triplet: 24, 27 and 0A. RGB value is (36,39,10). Sum of RGB (Red+Green+Blue) = 36+39+10=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #24270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270A is #DBD8F5. Grayscale: #222222. Windows color (decimal): -14407926 or 665380. OLE color: 665380.

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

Color convert

RGB 36 39 10 -
CMYK 0.08 0 0.74 0.85
HSL 66.21º 0.59% 0.1% -
HSV(B) 66.21º 0.74% 0.15% -
XYZ 1.51 1.85 0.56 -
YUV 34.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 36 39 10 0.08 0 0.74 0.85 66.21 0.59 0.1
Hex 24 27 A 8 0 4A 55 42 3B A
Octal 44 47 12 10 0 112 125 102 73 12
Binary 100100 100111 1010 1000 0 1001010 1010101 1000010 111011 1010

Color Harmonies of #24270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24270A

Black with #24270A

Text Example


Text Example

White with #24270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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