Html Css Color HEX #00241F Dark Green

📋 copy color: '#00241F'

red 0 ◦ green 36 ◦ blue 31

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

Shades of Dark Green #00241F

Tints of Dark Green #00241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.27%

R = 0%
G = 53.73%
B = 46.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#00241F (or 0x00241F) is known color: Dark Green. HEX triplet: 00, 24 and 1F. RGB value is (0,36,31). Sum of RGB (Red+Green+Blue) = 0+36+31=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #00241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00241F is #FFDBE0. Grayscale: #181818. Windows color (decimal): -16767969 or 2040832. OLE color: 2040832.

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

Color convert

RGB 0 36 31 -
CMYK 1 0 0.14 0.86
HSL 171.67º 1% 0.07% -
HSV(B) 171.67º 1% 0.14% -
XYZ 0.88 1.36 1.51 -
YUV 24.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 0 36 31 1 0 0.14 0.86 171.67 1 0.07
Hex 0 24 1F 64 0 E 56 AC 64 7
Octal 0 44 37 144 0 16 126 254 144 7
Binary 0 100100 11111 1100100 0 1110 1010110 10101100 1100100 111

Color Harmonies of #00241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00241F

Black with #00241F

Text Example


Text Example

White with #00241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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