Html Css Color HEX #24250F Green Waterloo

📋 copy color: '#24250F'

red 36 ◦ green 37 ◦ blue 15

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

Shades of Green Waterloo #24250F

Tints of Green Waterloo #24250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 40.91%
G = 42.05%
B = 17.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#24250F (or 0x24250F) is known color: Green Waterloo. HEX triplet: 24, 25 and 0F. RGB value is (36,37,15). Sum of RGB (Red+Green+Blue) = 36+37+15=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #24250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24250F is #DBDAF0. Grayscale: #222222. Windows color (decimal): -14408433 or 992548. OLE color: 992548.

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

Color convert

RGB 36 37 15 -
CMYK 0.03 0 0.59 0.85
HSL 62.73º 0.42% 0.1% -
HSV(B) 62.73º 0.59% 0.15% -
XYZ 1.48 1.73 0.71 -
YUV 34.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 36 37 15 0.03 0 0.59 0.85 62.73 0.42 0.1
Hex 24 25 F 3 0 3B 55 3F 2A A
Octal 44 45 17 3 0 73 125 77 52 12
Binary 100100 100101 1111 11 0 111011 1010101 111111 101010 1010

Color Harmonies of #24250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24250F

Black with #24250F

Text Example


Text Example

White with #24250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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