Html Css Color HEX #00241C Dark Green

📋 copy color: '#00241C'

red 0 ◦ green 36 ◦ blue 28

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

Shades of Dark Green #00241C

Tints of Dark Green #00241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 0%
G = 56.25%
B = 43.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#00241C (or 0x00241C) is known color: Dark Green. HEX triplet: 00, 24 and 1C. RGB value is (0,36,28). Sum of RGB (Red+Green+Blue) = 0+36+28=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #00241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00241C is #FFDBE3. Grayscale: #181818. Windows color (decimal): -16767972 or 1844224. OLE color: 1844224.

HSL color Cylindrical-coordinate representation of color #00241C: hue angle of 166.67º 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 #00241C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 28 -
CMYK 1 0 0.22 0.86
HSL 166.67º 1% 0.07% -
HSV(B) 166.67º 1% 0.14% -
XYZ 0.84 1.35 1.31 -
YUV 24.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 0 36 28 1 0 0.22 0.86 166.67 1 0.07
Hex 0 24 1C 64 0 16 56 A7 64 7
Octal 0 44 34 144 0 26 126 247 144 7
Binary 0 100100 11100 1100100 0 10110 1010110 10100111 1100100 111

Color Harmonies of #00241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00241C

Black with #00241C

Text Example


Text Example

White with #00241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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