Html Css Color HEX #242714 Green Waterloo

📋 copy color: '#242714'

red 36 ◦ green 39 ◦ blue 20

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

Shades of Green Waterloo #242714

Tints of Green Waterloo #242714

RGB

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

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

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

R = 37.89%
G = 41.05%
B = 21.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#242714 (or 0x242714) is known color: Green Waterloo. HEX triplet: 24, 27 and 14. RGB value is (36,39,20). Sum of RGB (Red+Green+Blue) = 36+39+20=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #242714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242714 is #DBD8EB. Grayscale: #242424. Windows color (decimal): -14407916 or 1320740. OLE color: 1320740.

HSL color Cylindrical-coordinate representation of color #242714: hue angle of 69.47º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242714 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 39 20 -
CMYK 0.08 0 0.49 0.85
HSL 69.47º 0.32% 0.12% -
HSV(B) 69.47º 0.49% 0.15% -
XYZ 1.58 1.88 0.94 -
YUV 35.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 36 39 20 0.08 0 0.49 0.85 69.47 0.32 0.12
Hex 24 27 14 8 0 31 55 45 20 C
Octal 44 47 24 10 0 61 125 105 40 14
Binary 100100 100111 10100 1000 0 110001 1010101 1000101 100000 1100

Color Harmonies of #242714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242714

Black with #242714

Text Example


Text Example

White with #242714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242714; }

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

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

background-color css

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

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

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

border-color css

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

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

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