Html Css Color HEX #02250C Dark Green

📋 copy color: '#02250C'

red 2 ◦ green 37 ◦ blue 12

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

Shades of Dark Green #02250C

Tints of Dark Green #02250C

RGB

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

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

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

R = 3.92%
G = 72.55%
B = 23.53%

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

#02250C (or 0x02250C) is known color: Dark Green. HEX triplet: 02, 25 and 0C. RGB value is (2,37,12). Sum of RGB (Red+Green+Blue) = 2+37+12=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #02250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250C is #FDDAF3. Grayscale: #171717. Windows color (decimal): -16636660 or 795906. OLE color: 795906.

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

Color convert

RGB 2 37 12 -
CMYK 0.95 0 0.68 0.85
HSL 137.14º 0.9% 0.08% -
HSV(B) 137.14º 0.95% 0.15% -
XYZ 0.75 1.36 0.57 -
YUV 23.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 2 37 12 0.95 0 0.68 0.85 137.14 0.9 0.08
Hex 2 25 C 5F 0 44 55 89 5A 8
Octal 2 45 14 137 0 104 125 211 132 10
Binary 10 100101 1100 1011111 0 1000100 1010101 10001001 1011010 1000

Color Harmonies of #02250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02250C

Black with #02250C

Text Example


Text Example

White with #02250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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