Html Css Color HEX #035D02 Green

📋 copy color: '#035D02'

red 3 ◦ green 93 ◦ blue 2

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

Shades of Green #035D02

Tints of Green #035D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 94.9%

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

R = 3.06%
G = 94.9%
B = 2.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#035D02 (or 0x035D02) is known color: Green. HEX triplet: 03, 5D and 02. RGB value is (3,93,2). Sum of RGB (Red+Green+Blue) = 3+93+2=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 93 (36.72% from 255 or 94.90% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 93 - color contains mainly: green. Hex color #035D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D02 is #FCA2FD. Grayscale: #373737. Windows color (decimal): -16556798 or 154883. OLE color: 154883.

HSL color Cylindrical-coordinate representation of color #035D02: hue angle of 119.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D02 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 93 2 -
CMYK 0.97 0 0.98 0.64
HSL 119.34º 0.96% 0.19% -
HSV(B) 119.34º 0.98% 0.36% -
XYZ 3.96 7.85 1.36 -
YUV 55.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 3 93 2 0.97 0 0.98 0.64 119.34 0.96 0.19
Hex 3 5D 2 61 0 62 40 77 60 13
Octal 3 135 2 141 0 142 100 167 140 23
Binary 11 1011101 10 1100001 0 1100010 1000000 1110111 1100000 10011

Color Harmonies of #035D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D02

Black with #035D02

Text Example


Text Example

White with #035D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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