#038B04

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

Shades of Green #038B04

Tints of Green #038B04

Color information

#038B04 (or 0x038B04) is unknown color: approx Green. HEX triplet: 03, 8B and 04. RGB value is (3,139,4). Sum of RGB (Red+Green+Blue) = 3+139+4=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 139 (54.69% from 255 or 95.21% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 139 - color contains mainly: green. Hex color #038B04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038B04 is #FC74FB. Grayscale: #535353. Windows color (decimal): -16545020 or 297731. OLE color: 297731.

HSL color Cylindrical-coordinate representation of color #038B04: hue angle of 120.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB31394-
CMYK0.9800.970.45
HSL120.44º95.77%27.84%-
HSV(B)120.44º97.84%54.51%-
XYZ9.2918.493.19-
YUV82.9583.4470.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 139 (54.69% from 255) = 95.21%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=2.05%
G=95.21%
B=2.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal313940.9800.970.45120.4495.7727.84
Hex38B4620612D78601c
Octal3213414201415517014034
Binary11100010111001100010011000011011011111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038B04; }

 p { color: rgb(3,139,4); }

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

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

 a { background-color: rgb(3,139,4); }

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

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

 span { border-color: rgb(3,139,4); }

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