Html Css Color HEX #038001 Green

📋 copy color: '#038001'

red 3 ◦ green 128 ◦ blue 1

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

Shades of Green #038001

Tints of Green #038001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 96.97%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 2.27%
G = 96.97%
B = 0.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#038001 (or 0x038001) is known color: Green. HEX triplet: 03, 80 and 01. RGB value is (3,128,1). Sum of RGB (Red+Green+Blue) = 3+128+1=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 128 (50.39% from 255 or 96.97% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 128 - color contains mainly: green. Hex color #038001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038001 is #FC7FFE. Grayscale: #4C4C4C. Windows color (decimal): -16547839 or 98307. OLE color: 98307.

HSL color Cylindrical-coordinate representation of color #038001: hue angle of 119.06º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038001 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 1 -
CMYK 0.98 0 0.99 0.50
HSL 119.06º 0.98% 0.25% -
HSV(B) 119.06º 0.99% 0.5% -
XYZ 7.76 15.46 2.6 -
YUV 76.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 3 128 1 0.98 0 0.99 0.50 119.06 0.98 0.25
Hex 3 80 1 62 0 63 32 77 62 19
Octal 3 200 1 142 0 143 62 167 142 31
Binary 11 10000000 1 1100010 0 1100011 110010 1110111 1100010 11001

Color Harmonies of #038001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038001

Black with #038001

Text Example


Text Example

White with #038001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038001; }

 p { color: rgb(3,128,1); }

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

background-color css

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

 a { background-color: rgb(3,128,1); }

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

border-color css

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

 span { border-color: rgb(3,128,1); }

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