#038402

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

Shades of Green #038402

Tints of Green #038402

Color information

#038402 (or 0x038402) is unknown color: approx Green. HEX triplet: 03, 84 and 02. RGB value is (3,132,2). Sum of RGB (Red+Green+Blue) = 3+132+2=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 132 (51.95% from 255 or 96.35% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 132 - color contains mainly: green. Hex color #038402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038402 is #FC7BFD. Grayscale: #4F4F4F. Windows color (decimal): -16546814 or 164867. OLE color: 164867.

HSL color Cylindrical-coordinate representation of color #038402: hue angle of 119.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038402 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB31322-
CMYK0.9800.980.48
HSL119.54º97.01%26.27%-
HSV(B)119.54º98.48%51.76%-
XYZ8.316.532.81-
YUV78.6184.7674.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 132 (51.95% from 255) = 96.35%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=2.19%
G=96.35%
B=1.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313220.9800.980.48119.5497.0126.27
Hex3842620623078611a
Octal3204214201426017014132
Binary1110000100101100010011000101100001111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038402; }

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

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

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

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

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

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

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

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