#038306

Color #038306 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #038306

Tints of Green #038306

Color information

#038306 (or 0x038306) is unknown color: approx Green. HEX triplet: 03, 83 and 06. RGB value is (3,131,6). Sum of RGB (Red+Green+Blue) = 3+131+6=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 131 (51.56% from 255 or 93.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 131 - color contains mainly: green. Hex color #038306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038306 is #FC7CF9. Grayscale: #4E4E4E. Windows color (decimal): -16547066 or 426755. OLE color: 426755.

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

Color convert

RGB31316-
CMYK0.9800.950.49
HSL121.41º95.52%26.27%-
HSV(B)121.41º97.71%51.37%-
XYZ8.1916.272.88-
YUV78.4887.0974.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 131 (51.56% from 255) = 93.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=2.14%
G=93.57%
B=4.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal313160.9800.950.49121.4195.5226.27
Hex38366205F3179601a
Octal3203614201376117114032
Binary11100000111101100010010111111100011111001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038306; }

 p { color: rgb(3,131,6); }

 H1.HeaderClassName
 {
   color: #038306;
 }
 .AnyTagClassName
 {
   color: #038306;
 }
</style>
background-color css

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

 a { background-color: rgb(3,131,6); }

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

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

 span { border-color: rgb(3,131,6); }

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