Html Css Color HEX #24260F Green Waterloo

📋 copy color: '#24260F'

red 36 ◦ green 38 ◦ blue 15

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

Shades of Green Waterloo #24260F

Tints of Green Waterloo #24260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.7%

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

R = 40.45%
G = 42.7%
B = 16.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#24260F (or 0x24260F) is known color: Green Waterloo. HEX triplet: 24, 26 and 0F. RGB value is (36,38,15). Sum of RGB (Red+Green+Blue) = 36+38+15=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #24260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260F is #DBD9F0. Grayscale: #222222. Windows color (decimal): -14408177 or 992804. OLE color: 992804.

HSL color Cylindrical-coordinate representation of color #24260F: hue angle of 65.22º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24260F is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 15 -
CMYK 0.05 0 0.61 0.85
HSL 65.22º 0.43% 0.1% -
HSV(B) 65.22º 0.61% 0.15% -
XYZ 1.51 1.8 0.72 -
YUV 34.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 36 38 15 0.05 0 0.61 0.85 65.22 0.43 0.1
Hex 24 26 F 5 0 3D 55 41 2B A
Octal 44 46 17 5 0 75 125 101 53 12
Binary 100100 100110 1111 101 0 111101 1010101 1000001 101011 1010

Color Harmonies of #24260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24260F

Black with #24260F

Text Example


Text Example

White with #24260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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