Html Css Color HEX #03852F Dark Spring Green

📋 copy color: '#03852F'

red 3 ◦ green 133 ◦ blue 47

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

Shades of Dark Spring Green #03852F

Tints of Dark Spring Green #03852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 1.64%
G = 72.68%
B = 25.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#03852F (or 0x03852F) is known color: Dark Spring Green. HEX triplet: 03, 85 and 2F. RGB value is (3,133,47). Sum of RGB (Red+Green+Blue) = 3+133+47=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #03852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03852F is #FC7AD0. Grayscale: #545454. Windows color (decimal): -16546513 or 3114243. OLE color: 3114243.

HSL color Cylindrical-coordinate representation of color #03852F: hue angle of 140.31º 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 #03852F is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 47 -
CMYK 0.98 0 0.65 0.48
HSL 140.31º 0.96% 0.27% -
HSV(B) 140.31º 0.98% 0.52% -
XYZ 8.94 17 5.5 -
YUV 84.33 106.93 69.99 -
System Red Green Blue C M Y K H S L
Decimal 3 133 47 0.98 0 0.65 0.48 140.31 0.96 0.27
Hex 3 85 2F 62 0 41 30 8C 60 1B
Octal 3 205 57 142 0 101 60 214 140 33
Binary 11 10000101 101111 1100010 0 1000001 110000 10001100 1100000 11011

Color Harmonies of #03852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03852F

Black with #03852F

Text Example


Text Example

White with #03852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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