Html Css Color HEX #03852A Forest Green

📋 copy color: '#03852A'

red 3 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #03852A

Tints of Forest Green #03852A

RGB

 RED value IS 3 (1.56% from 255) = 1.69%

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

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

R = 1.69%
G = 74.72%
B = 23.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#03852A (or 0x03852A) is known color: Forest Green. HEX triplet: 03, 85 and 2A. RGB value is (3,133,42). Sum of RGB (Red+Green+Blue) = 3+133+42=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #03852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03852A is #FC7AD5. Grayscale: #535353. Windows color (decimal): -16546518 or 2786563. OLE color: 2786563.

HSL color Cylindrical-coordinate representation of color #03852A: hue angle of 138º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03852A is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 42 -
CMYK 0.98 0 0.68 0.48
HSL 138º 0.96% 0.27% -
HSV(B) 138º 0.98% 0.52% -
XYZ 8.84 16.96 5 -
YUV 83.76 104.43 70.4 -
System Red Green Blue C M Y K H S L
Decimal 3 133 42 0.98 0 0.68 0.48 138 0.96 0.27
Hex 3 85 2A 62 0 44 30 8A 60 1B
Octal 3 205 52 142 0 104 60 212 140 33
Binary 11 10000101 101010 1100010 0 1000100 110000 10001010 1100000 11011

Color Harmonies of #03852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03852A

Black with #03852A

Text Example


Text Example

White with #03852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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