Html Css Color HEX #02250F Dark Green

📋 copy color: '#02250F'

red 2 ◦ green 37 ◦ blue 15

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

Shades of Dark Green #02250F

Tints of Dark Green #02250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 68.52%

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

R = 3.7%
G = 68.52%
B = 27.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#02250F (or 0x02250F) is known color: Dark Green. HEX triplet: 02, 25 and 0F. RGB value is (2,37,15). Sum of RGB (Red+Green+Blue) = 2+37+15=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #02250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250F is #FDDAF0. Grayscale: #181818. Windows color (decimal): -16636657 or 992514. OLE color: 992514.

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

Color convert

RGB 2 37 15 -
CMYK 0.95 0 0.59 0.85
HSL 142.29º 0.9% 0.08% -
HSV(B) 142.29º 0.95% 0.15% -
XYZ 0.77 1.37 0.68 -
YUV 24.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 2 37 15 0.95 0 0.59 0.85 142.29 0.9 0.08
Hex 2 25 F 5F 0 3B 55 8E 5A 8
Octal 2 45 17 137 0 73 125 216 132 10
Binary 10 100101 1111 1011111 0 111011 1010101 10001110 1011010 1000

Color Harmonies of #02250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02250F

Black with #02250F

Text Example


Text Example

White with #02250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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