Html Css Color HEX #0D852E Forest Green

📋 copy color: '#0D852E'

red 13 ◦ green 133 ◦ blue 46

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

Shades of Forest Green #0D852E

Tints of Forest Green #0D852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 69.27%

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 6.77%
G = 69.27%
B = 23.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#0D852E (or 0x0D852E) is known color: Forest Green. HEX triplet: 0D, 85 and 2E. RGB value is (13,133,46). Sum of RGB (Red+Green+Blue) = 13+133+46=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #0D852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D852E is #F27AD1. Grayscale: #575757. Windows color (decimal): -15891154 or 3048717. OLE color: 3048717.

HSL color Cylindrical-coordinate representation of color #0D852E: hue angle of 136.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D852E is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 46 -
CMYK 0.90 0 0.65 0.48
HSL 136.5º 0.82% 0.29% -
HSV(B) 136.5º 0.9% 0.52% -
XYZ 9.05 17.06 5.4 -
YUV 87.2 104.74 75.07 -
System Red Green Blue C M Y K H S L
Decimal 13 133 46 0.90 0 0.65 0.48 136.5 0.82 0.29
Hex D 85 2E 5A 0 41 30 88 52 1D
Octal 15 205 56 132 0 101 60 210 122 35
Binary 1101 10000101 101110 1011010 0 1000001 110000 10001000 1010010 11101

Color Harmonies of #0D852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D852E

Black with #0D852E

Text Example


Text Example

White with #0D852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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