Html Css Color HEX #02241B Dark Green

📋 copy color: '#02241B'

red 2 ◦ green 36 ◦ blue 27

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

Shades of Dark Green #02241B

Tints of Dark Green #02241B

RGB

 RED value IS 2 (1.17% from 255) = 3.08%

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

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

R = 3.08%
G = 55.38%
B = 41.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#02241B (or 0x02241B) is known color: Dark Green. HEX triplet: 02, 24 and 1B. RGB value is (2,36,27). Sum of RGB (Red+Green+Blue) = 2+36+27=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #02241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02241B is #FDDBE4. Grayscale: #181818. Windows color (decimal): -16636901 or 1778690. OLE color: 1778690.

HSL color Cylindrical-coordinate representation of color #02241B: hue angle of 164.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02241B is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 36 27 -
CMYK 0.94 0 0.25 0.86
HSL 164.12º 0.89% 0.07% -
HSV(B) 164.12º 0.94% 0.14% -
XYZ 0.85 1.35 1.25 -
YUV 24.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 2 36 27 0.94 0 0.25 0.86 164.12 0.89 0.07
Hex 2 24 1B 5E 0 19 56 A4 59 7
Octal 2 44 33 136 0 31 126 244 131 7
Binary 10 100100 11011 1011110 0 11001 1010110 10100100 1011001 111

Color Harmonies of #02241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02241B

Black with #02241B

Text Example


Text Example

White with #02241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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