Html Css Color HEX #02260C Dark Green

📋 copy color: '#02260C'

red 2 ◦ green 38 ◦ blue 12

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

Shades of Dark Green #02260C

Tints of Dark Green #02260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 73.08%

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

R = 3.85%
G = 73.08%
B = 23.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#02260C (or 0x02260C) is known color: Dark Green. HEX triplet: 02, 26 and 0C. RGB value is (2,38,12). Sum of RGB (Red+Green+Blue) = 2+38+12=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 38 (15.23% from 255 or 73.08% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 38 - color contains mainly: green. Hex color #02260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02260C is #FDD9F3. Grayscale: #181818. Windows color (decimal): -16636404 or 796162. OLE color: 796162.

HSL color Cylindrical-coordinate representation of color #02260C: hue angle of 136.67º 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 #02260C is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 38 12 -
CMYK 0.95 0 0.68 0.85
HSL 136.67º 0.9% 0.08% -
HSV(B) 136.67º 0.95% 0.15% -
XYZ 0.78 1.43 0.58 -
YUV 24.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 2 38 12 0.95 0 0.68 0.85 136.67 0.9 0.08
Hex 2 26 C 5F 0 44 55 89 5A 8
Octal 2 46 14 137 0 104 125 211 132 10
Binary 10 100110 1100 1011111 0 1000100 1010101 10001001 1011010 1000

Color Harmonies of #02260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02260C

Black with #02260C

Text Example


Text Example

White with #02260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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