Html Css Color HEX #022526 Dark Green

📋 copy color: '#022526'

red 2 ◦ green 37 ◦ blue 38

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

Shades of Dark Green #022526

Tints of Dark Green #022526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 49.35%

R = 2.6%
G = 48.05%
B = 49.35%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#022526 (or 0x022526) is known color: Dark Green. HEX triplet: 02, 25 and 26. RGB value is (2,37,38). Sum of RGB (Red+Green+Blue) = 2+37+38=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #022526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022526 is #FDDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16636634 or 2499842. OLE color: 2499842.

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

Color convert

RGB 2 37 38 -
CMYK 0.95 0.03 0 0.85
HSL 181.67º 0.9% 0.08% -
HSV(B) 181.67º 0.95% 0.15% -
XYZ 1.04 1.48 2.06 -
YUV 26.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 2 37 38 0.95 0.03 0 0.85 181.67 0.9 0.08
Hex 2 25 26 5F 3 0 55 B6 5A 8
Octal 2 45 46 137 3 0 125 266 132 10
Binary 10 100101 100110 1011111 11 0 1010101 10110110 1011010 1000

Color Harmonies of #022526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022526

Black with #022526

Text Example


Text Example

White with #022526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022526; }

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

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

background-color css

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

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

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

border-color css

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

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

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