Html Css Color HEX #02260F Dark Green

📋 copy color: '#02260F'

red 2 ◦ green 38 ◦ blue 15

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

Shades of Dark Green #02260F

Tints of Dark Green #02260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 3.64%
G = 69.09%
B = 27.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#02260F (or 0x02260F) is known color: Dark Green. HEX triplet: 02, 26 and 0F. RGB value is (2,38,15). Sum of RGB (Red+Green+Blue) = 2+38+15=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #02260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02260F is #FDD9F0. Grayscale: #181818. Windows color (decimal): -16636401 or 992770. OLE color: 992770.

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

Color convert

RGB 2 38 15 -
CMYK 0.95 0 0.61 0.85
HSL 141.67º 0.9% 0.08% -
HSV(B) 141.67º 0.95% 0.15% -
XYZ 0.8 1.43 0.69 -
YUV 24.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 2 38 15 0.95 0 0.61 0.85 141.67 0.9 0.08
Hex 2 26 F 5F 0 3D 55 8E 5A 8
Octal 2 46 17 137 0 75 125 216 132 10
Binary 10 100110 1111 1011111 0 111101 1010101 10001110 1011010 1000

Color Harmonies of #02260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02260F

Black with #02260F

Text Example


Text Example

White with #02260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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