Html Css Color HEX #035301 Green

📋 copy color: '#035301'

red 3 ◦ green 83 ◦ blue 1

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

Shades of Green #035301

Tints of Green #035301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 95.4%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 3.45%
G = 95.4%
B = 1.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#035301 (or 0x035301) is known color: Green. HEX triplet: 03, 53 and 01. RGB value is (3,83,1). Sum of RGB (Red+Green+Blue) = 3+83+1=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 83 (32.81% from 255 or 95.40% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 83 - color contains mainly: green. Hex color #035301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035301 is #FCACFE. Grayscale: #313131. Windows color (decimal): -16559359 or 86787. OLE color: 86787.

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

Color convert

RGB 3 83 1 -
CMYK 0.96 0 0.99 0.67
HSL 118.54º 0.98% 0.16% -
HSV(B) 118.54º 0.99% 0.33% -
XYZ 3.14 6.21 1.06 -
YUV 49.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 3 83 1 0.96 0 0.99 0.67 118.54 0.98 0.16
Hex 3 53 1 60 0 63 43 77 62 10
Octal 3 123 1 140 0 143 103 167 142 20
Binary 11 1010011 1 1100000 0 1100011 1000011 1110111 1100010 10000

Color Harmonies of #035301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035301

Black with #035301

Text Example


Text Example

White with #035301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035301; }

 p { color: rgb(3,83,1); }

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

background-color css

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

 a { background-color: rgb(3,83,1); }

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

border-color css

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

 span { border-color: rgb(3,83,1); }

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