Html Css Color HEX #02280C Dark Green

📋 copy color: '#02280C'

red 2 ◦ green 40 ◦ blue 12

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

Shades of Dark Green #02280C

Tints of Dark Green #02280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 74.07%

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 3.7%
G = 74.07%
B = 22.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#02280C (or 0x02280C) is known color: Dark Green. HEX triplet: 02, 28 and 0C. RGB value is (2,40,12). Sum of RGB (Red+Green+Blue) = 2+40+12=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 40 (16.02% from 255 or 74.07% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 40 - color contains mainly: green. Hex color #02280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02280C is #FDD7F3. Grayscale: #191919. Windows color (decimal): -16635892 or 796674. OLE color: 796674.

HSL color Cylindrical-coordinate representation of color #02280C: hue angle of 135.79º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02280C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 40 12 -
CMYK 0.95 0 0.70 0.84
HSL 135.79º 0.9% 0.08% -
HSV(B) 135.79º 0.95% 0.16% -
XYZ 0.85 1.56 0.6 -
YUV 25.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 2 40 12 0.95 0 0.70 0.84 135.79 0.9 0.08
Hex 2 28 C 5F 0 46 54 88 5A 8
Octal 2 50 14 137 0 106 124 210 132 10
Binary 10 101000 1100 1011111 0 1000110 1010100 10001000 1011010 1000

Color Harmonies of #02280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02280C

Black with #02280C

Text Example


Text Example

White with #02280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02280C; }

 p { color: rgb(2,40,12); }

 H1.HeaderClassName
 {
   color: #02280C;
 }
 .AnyTagClassName
 {
   color: #02280C;
 }
</style>

background-color css

<style>
 a { background-color: #02280C; }

 a { background-color: rgb(2,40,12); }

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

border-color css

<style>
 span { border-color: #02280C; }

 span { border-color: rgb(2,40,12); }

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