Html Css Color HEX #00241B Dark Green

📋 copy color: '#00241B'

red 0 ◦ green 36 ◦ blue 27

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

Shades of Dark Green #00241B

Tints of Dark Green #00241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#00241B (or 0x00241B) is known color: Dark Green. HEX triplet: 00, 24 and 1B. RGB value is (0,36,27). Sum of RGB (Red+Green+Blue) = 0+36+27=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #00241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00241B is #FFDBE4. Grayscale: #181818. Windows color (decimal): -16767973 or 1778688. OLE color: 1778688.

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

Color convert

RGB 0 36 27 -
CMYK 1 0 0.25 0.86
HSL 165º 1% 0.07% -
HSV(B) 165º 1% 0.14% -
XYZ 0.83 1.34 1.25 -
YUV 24.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 0 36 27 1 0 0.25 0.86 165 1 0.07
Hex 0 24 1B 64 0 19 56 A5 64 7
Octal 0 44 33 144 0 31 126 245 144 7
Binary 0 100100 11011 1100100 0 11001 1010110 10100101 1100100 111

Color Harmonies of #00241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00241B

Black with #00241B

Text Example


Text Example

White with #00241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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