Html Css Color HEX #0D352D Dark Green

📋 copy color: '#0D352D'

red 13 ◦ green 53 ◦ blue 45

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

Shades of Dark Green #0D352D

Tints of Dark Green #0D352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.75%

 BLUE value IS 45 (17.97% from 255) = 40.54%

R = 11.71%
G = 47.75%
B = 40.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#0D352D (or 0x0D352D) is known color: Dark Green. HEX triplet: 0D, 35 and 2D. RGB value is (13,53,45). Sum of RGB (Red+Green+Blue) = 13+53+45=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #0D352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D352D is #F2CAD2. Grayscale: #282828. Windows color (decimal): -15911635 or 2962701. OLE color: 2962701.

HSL color Cylindrical-coordinate representation of color #0D352D: hue angle of 168º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D352D is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 53 45 -
CMYK 0.75 0 0.15 0.79
HSL 168º 0.61% 0.13% -
HSV(B) 168º 0.75% 0.21% -
XYZ 1.91 2.82 2.93 -
YUV 40.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 13 53 45 0.75 0 0.15 0.79 168 0.61 0.13
Hex D 35 2D 4B 0 F 4F A8 3D D
Octal 15 65 55 113 0 17 117 250 75 15
Binary 1101 110101 101101 1001011 0 1111 1001111 10101000 111101 1101

Color Harmonies of #0D352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D352D

Black with #0D352D

Text Example


Text Example

White with #0D352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,53,45); }

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

background-color css

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

 a { background-color: rgb(13,53,45); }

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

border-color css

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

 span { border-color: rgb(13,53,45); }

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