Html Css Color HEX #02311A Dark Green

📋 copy color: '#02311A'

red 2 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #02311A

Tints of Dark Green #02311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 63.64%

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

R = 2.6%
G = 63.64%
B = 33.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#02311A (or 0x02311A) is known color: Dark Green. HEX triplet: 02, 31 and 1A. RGB value is (2,49,26). Sum of RGB (Red+Green+Blue) = 2+49+26=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #02311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311A is #FDCEE5. Grayscale: #202020. Windows color (decimal): -16633574 or 1716482. OLE color: 1716482.

HSL color Cylindrical-coordinate representation of color #02311A: hue angle of 150.64º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02311A is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 26 -
CMYK 0.96 0 0.47 0.81
HSL 150.64º 0.92% 0.1% -
HSV(B) 150.64º 0.96% 0.19% -
XYZ 1.31 2.28 1.35 -
YUV 32.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 2 49 26 0.96 0 0.47 0.81 150.64 0.92 0.1
Hex 2 31 1A 60 0 2F 51 97 5C A
Octal 2 61 32 140 0 57 121 227 134 12
Binary 10 110001 11010 1100000 0 101111 1010001 10010111 1011100 1010

Color Harmonies of #02311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02311A

Black with #02311A

Text Example


Text Example

White with #02311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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