Html Css Color HEX #02250B Dark Green

📋 copy color: '#02250B'

red 2 ◦ green 37 ◦ blue 11

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

Shades of Dark Green #02250B

Tints of Dark Green #02250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22%

R = 4%
G = 74%
B = 22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#02250B (or 0x02250B) is known color: Dark Green. HEX triplet: 02, 25 and 0B. RGB value is (2,37,11). Sum of RGB (Red+Green+Blue) = 2+37+11=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #02250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250B is #FDDAF4. Grayscale: #171717. Windows color (decimal): -16636661 or 730370. OLE color: 730370.

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

Color convert

RGB 2 37 11 -
CMYK 0.95 0 0.70 0.85
HSL 135.43º 0.9% 0.08% -
HSV(B) 135.43º 0.95% 0.15% -
XYZ 0.75 1.36 0.54 -
YUV 23.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 2 37 11 0.95 0 0.70 0.85 135.43 0.9 0.08
Hex 2 25 B 5F 0 46 55 87 5A 8
Octal 2 45 13 137 0 106 125 207 132 10
Binary 10 100101 1011 1011111 0 1000110 1010101 10000111 1011010 1000

Color Harmonies of #02250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02250B

Black with #02250B

Text Example


Text Example

White with #02250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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