Html Css Color HEX #00240C Dark Green

📋 copy color: '#00240C'

red 0 ◦ green 36 ◦ blue 12

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

Shades of Dark Green #00240C

Tints of Dark Green #00240C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 36 (14.45% from 255) = 75%

 BLUE value IS 12 (5.08% from 255) = 25%

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#00240C (or 0x00240C) is known color: Dark Green. HEX triplet: 00, 24 and 0C. RGB value is (0,36,12). Sum of RGB (Red+Green+Blue) = 0+36+12=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #00240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240C is #FFDBF3. Grayscale: #161616. Windows color (decimal): -16767988 or 795648. OLE color: 795648.

HSL color Cylindrical-coordinate representation of color #00240C: hue angle of 140º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00240C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 12 -
CMYK 1 0 0.67 0.86
HSL 140º 1% 0.07% -
HSV(B) 140º 1% 0.14% -
XYZ 0.7 1.29 0.56 -
YUV 22.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 0 36 12 1 0 0.67 0.86 140 1 0.07
Hex 0 24 C 64 0 43 56 8C 64 7
Octal 0 44 14 144 0 103 126 214 144 7
Binary 0 100100 1100 1100100 0 1000011 1010110 10001100 1100100 111

Color Harmonies of #00240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00240C

Black with #00240C

Text Example


Text Example

White with #00240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00240C; }

 p { color: rgb(0,36,12); }

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

background-color css

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

 a { background-color: rgb(0,36,12); }

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

border-color css

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

 span { border-color: rgb(0,36,12); }

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