Html Css Color HEX #0D852A Forest Green

📋 copy color: '#0D852A'

red 13 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #0D852A

Tints of Forest Green #0D852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 6.91%
G = 70.74%
B = 22.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#0D852A (or 0x0D852A) is known color: Forest Green. HEX triplet: 0D, 85 and 2A. RGB value is (13,133,42). Sum of RGB (Red+Green+Blue) = 13+133+42=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #0D852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D852A is #F27AD5. Grayscale: #565656. Windows color (decimal): -15891158 or 2786573. OLE color: 2786573.

HSL color Cylindrical-coordinate representation of color #0D852A: hue angle of 134.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 #0D852A is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 42 -
CMYK 0.90 0 0.68 0.48
HSL 134.5º 0.82% 0.29% -
HSV(B) 134.5º 0.9% 0.52% -
XYZ 8.97 17.03 5 -
YUV 86.75 102.74 75.4 -
System Red Green Blue C M Y K H S L
Decimal 13 133 42 0.90 0 0.68 0.48 134.5 0.82 0.29
Hex D 85 2A 5A 0 44 30 86 52 1D
Octal 15 205 52 132 0 104 60 206 122 35
Binary 1101 10000101 101010 1011010 0 1000100 110000 10000110 1010010 11101

Color Harmonies of #0D852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D852A

Black with #0D852A

Text Example


Text Example

White with #0D852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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