Html Css Color HEX #035F09 Green

📋 copy color: '#035F09'

red 3 ◦ green 95 ◦ blue 9

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

Shades of Green #035F09

Tints of Green #035F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 88.79%

 BLUE value IS 9 (3.91% from 255) = 8.41%

R = 2.8%
G = 88.79%
B = 8.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#035F09 (or 0x035F09) is known color: Green. HEX triplet: 03, 5F and 09. RGB value is (3,95,9). Sum of RGB (Red+Green+Blue) = 3+95+9=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 95 (37.5% from 255 or 88.79% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 95 - color contains mainly: green. Hex color #035F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F09 is #FCA0F6. Grayscale: #393939. Windows color (decimal): -16556279 or 614147. OLE color: 614147.

HSL color Cylindrical-coordinate representation of color #035F09: hue angle of 123.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F09 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 95 9 -
CMYK 0.97 0 0.91 0.63
HSL 123.91º 0.94% 0.19% -
HSV(B) 123.91º 0.97% 0.37% -
XYZ 4.18 8.22 1.63 -
YUV 57.69 100.52 88.99 -
System Red Green Blue C M Y K H S L
Decimal 3 95 9 0.97 0 0.91 0.63 123.91 0.94 0.19
Hex 3 5F 9 61 0 5B 3F 7C 5E 13
Octal 3 137 11 141 0 133 77 174 136 23
Binary 11 1011111 1001 1100001 0 1011011 111111 1111100 1011110 10011

Color Harmonies of #035F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F09

Black with #035F09

Text Example


Text Example

White with #035F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,9); }

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

background-color css

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

 a { background-color: rgb(3,95,9); }

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

border-color css

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

 span { border-color: rgb(3,95,9); }

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