#038802

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

Shades of Green #038802

Tints of Green #038802

Color information

#038802 (or 0x038802) is unknown color: approx Green. HEX triplet: 03, 88 and 02. RGB value is (3,136,2). Sum of RGB (Red+Green+Blue) = 3+136+2=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 136 (53.52% from 255 or 96.45% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 136 - color contains mainly: green. Hex color #038802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038802 is #FC77FD. Grayscale: #515151. Windows color (decimal): -16545790 or 165891. OLE color: 165891.

HSL color Cylindrical-coordinate representation of color #038802: hue angle of 119.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038802 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB31362-
CMYK0.9800.990.47
HSL119.55º97.1%27.06%-
HSV(B)119.55º98.53%53.33%-
XYZ8.8517.632.99-
YUV80.9683.4472.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 136 (53.52% from 255) = 96.45%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=2.13%
G=96.45%
B=1.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal313620.9800.990.47119.5597.127.06
Hex3882620632F78611b
Octal3210214201435717014133
Binary1110001000101100010011000111011111111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038802; }

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

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

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

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

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

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

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

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