Html Css Color HEX #02271A Dark Green

📋 copy color: '#02271A'

red 2 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #02271A

Tints of Dark Green #02271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 58.21%

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 2.99%
G = 58.21%
B = 38.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#02271A (or 0x02271A) is known color: Dark Green. HEX triplet: 02, 27 and 1A. RGB value is (2,39,26). Sum of RGB (Red+Green+Blue) = 2+39+26=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #02271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02271A is #FDD8E5. Grayscale: #1A1A1A. Windows color (decimal): -16636134 or 1713922. OLE color: 1713922.

HSL color Cylindrical-coordinate representation of color #02271A: hue angle of 158.92º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02271A is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 39 26 -
CMYK 0.95 0 0.33 0.85
HSL 158.92º 0.9% 0.08% -
HSV(B) 158.92º 0.95% 0.15% -
XYZ 0.94 1.54 1.22 -
YUV 26.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 2 39 26 0.95 0 0.33 0.85 158.92 0.9 0.08
Hex 2 27 1A 5F 0 21 55 9F 5A 8
Octal 2 47 32 137 0 41 125 237 132 10
Binary 10 100111 11010 1011111 0 100001 1010101 10011111 1011010 1000

Color Harmonies of #02271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02271A

Black with #02271A

Text Example


Text Example

White with #02271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02271A; }

 p { color: rgb(2,39,26); }

 H1.HeaderClassName
 {
   color: #02271A;
 }
 .AnyTagClassName
 {
   color: #02271A;
 }
</style>

background-color css

<style>
 a { background-color: #02271A; }

 a { background-color: rgb(2,39,26); }

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

border-color css

<style>
 span { border-color: #02271A; }

 span { border-color: rgb(2,39,26); }

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