Html Css Color HEX #0D2E22 Dark Green

📋 copy color: '#0D2E22'

red 13 ◦ green 46 ◦ blue 34

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

Shades of Dark Green #0D2E22

Tints of Dark Green #0D2E22

RGB

 RED value IS 13 (5.47% from 255) = 13.98%

 GREEN value IS 46 (18.36% from 255) = 49.46%

 BLUE value IS 34 (13.67% from 255) = 36.56%

R = 13.98%
G = 49.46%
B = 36.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.82

RGB Variations

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

Color information

#0D2E22 (or 0x0D2E22) is known color: Dark Green. HEX triplet: 0D, 2E and 22. RGB value is (13,46,34). Sum of RGB (Red+Green+Blue) = 13+46+34=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E22 is #F2D1DD. Grayscale: #222222. Windows color (decimal): -15913438 or 2240013. OLE color: 2240013.

HSL color Cylindrical-coordinate representation of color #0D2E22: hue angle of 158.18º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E22 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 46 34 -
CMYK 0.72 0 0.26 0.82
HSL 158.18º 0.56% 0.12% -
HSV(B) 158.18º 0.72% 0.18% -
XYZ 1.43 2.16 1.85 -
YUV 34.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 13 46 34 0.72 0 0.26 0.82 158.18 0.56 0.12
Hex D 2E 22 48 0 1A 52 9E 38 C
Octal 15 56 42 110 0 32 122 236 70 14
Binary 1101 101110 100010 1001000 0 11010 1010010 10011110 111000 1100

Color Harmonies of #0D2E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E22

Black with #0D2E22

Text Example


Text Example

White with #0D2E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D2E22; }

 p { color: rgb(13,46,34); }

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

background-color css

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

 a { background-color: rgb(13,46,34); }

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

border-color css

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

 span { border-color: rgb(13,46,34); }

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