Html Css Color HEX #035D00 Green

📋 copy color: '#035D00'

red 3 ◦ green 93 ◦ blue 0

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

Shades of Green #035D00

Tints of Green #035D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.13%
G = 96.88%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#035D00 (or 0x035D00) is known color: Green. HEX triplet: 03, 5D and 00. RGB value is (3,93,0). Sum of RGB (Red+Green+Blue) = 3+93+0=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 93 (36.72% from 255 or 96.88% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 93 - color contains mainly: green. Hex color #035D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D00 is #FCA2FF. Grayscale: #373737. Windows color (decimal): -16556800 or 23811. OLE color: 23811.

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

Color convert

RGB 3 93 0 -
CMYK 0.97 0 1 0.64
HSL 118.06º 1% 0.18% -
HSV(B) 118.06º 1% 0.36% -
XYZ 3.95 7.85 1.31 -
YUV 55.49 96.68 90.56 -
System Red Green Blue C M Y K H S L
Decimal 3 93 0 0.97 0 1 0.64 118.06 1 0.18
Hex 3 5D 0 61 0 64 40 76 64 12
Octal 3 135 0 141 0 144 100 166 144 22
Binary 11 1011101 0 1100001 0 1100100 1000000 1110110 1100100 10010

Color Harmonies of #035D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D00

Black with #035D00

Text Example


Text Example

White with #035D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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