Html Css Color HEX #242614 Green Waterloo

📋 copy color: '#242614'

red 36 ◦ green 38 ◦ blue 20

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

Shades of Green Waterloo #242614

Tints of Green Waterloo #242614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.28%

R = 38.3%
G = 40.43%
B = 21.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#242614 (or 0x242614) is known color: Green Waterloo. HEX triplet: 24, 26 and 14. RGB value is (36,38,20). Sum of RGB (Red+Green+Blue) = 36+38+20=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #242614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242614 is #DBD9EB. Grayscale: #232323. Windows color (decimal): -14408172 or 1320484. OLE color: 1320484.

HSL color Cylindrical-coordinate representation of color #242614: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242614 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 20 -
CMYK 0.05 0 0.47 0.85
HSL 66.67º 0.31% 0.11% -
HSV(B) 66.67º 0.47% 0.15% -
XYZ 1.55 1.81 0.93 -
YUV 35.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 36 38 20 0.05 0 0.47 0.85 66.67 0.31 0.11
Hex 24 26 14 5 0 2F 55 43 1F B
Octal 44 46 24 5 0 57 125 103 37 13
Binary 100100 100110 10100 101 0 101111 1010101 1000011 11111 1011

Color Harmonies of #242614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242614

Black with #242614

Text Example


Text Example

White with #242614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242614; }

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

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

background-color css

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

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

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

border-color css

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

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

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