Html Css Color HEX #035502 Green

📋 copy color: '#035502'

red 3 ◦ green 85 ◦ blue 2

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

Shades of Green #035502

Tints of Green #035502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 94.44%

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 3.33%
G = 94.44%
B = 2.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#035502 (or 0x035502) is known color: Green. HEX triplet: 03, 55 and 02. RGB value is (3,85,2). Sum of RGB (Red+Green+Blue) = 3+85+2=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 85 (33.59% from 255 or 94.44% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 85 - color contains mainly: green. Hex color #035502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035502 is #FCAAFD. Grayscale: #333333. Windows color (decimal): -16558846 or 152835. OLE color: 152835.

HSL color Cylindrical-coordinate representation of color #035502: hue angle of 119.28º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035502 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 2 -
CMYK 0.96 0 0.98 0.67
HSL 119.28º 0.95% 0.17% -
HSV(B) 119.28º 0.98% 0.33% -
XYZ 3.3 6.52 1.14 -
YUV 51.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 3 85 2 0.96 0 0.98 0.67 119.28 0.95 0.17
Hex 3 55 2 60 0 62 43 77 5F 11
Octal 3 125 2 140 0 142 103 167 137 21
Binary 11 1010101 10 1100000 0 1100010 1000011 1110111 1011111 10001

Color Harmonies of #035502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035502

Black with #035502

Text Example


Text Example

White with #035502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035502; }

 p { color: rgb(3,85,2); }

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

background-color css

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

 a { background-color: rgb(3,85,2); }

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

border-color css

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

 span { border-color: rgb(3,85,2); }

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