Html Css Color HEX #038211 Green

📋 copy color: '#038211'

red 3 ◦ green 130 ◦ blue 17

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

Shades of Green #038211

Tints of Green #038211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 86.67%

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 2%
G = 86.67%
B = 11.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#038211 (or 0x038211) is known color: Green. HEX triplet: 03, 82 and 11. RGB value is (3,130,17). Sum of RGB (Red+Green+Blue) = 3+130+17=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #038211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038211 is #FC7DEE. Grayscale: #4F4F4F. Windows color (decimal): -16547311 or 1147395. OLE color: 1147395.

HSL color Cylindrical-coordinate representation of color #038211: hue angle of 126.61º degrees, saturation: 0.95, 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 #038211 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 130 17 -
CMYK 0.98 0 0.87 0.49
HSL 126.61º 0.95% 0.26% -
HSV(B) 126.61º 0.98% 0.51% -
XYZ 8.12 16.03 3.2 -
YUV 79.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 3 130 17 0.98 0 0.87 0.49 126.61 0.95 0.26
Hex 3 82 11 62 0 57 31 7F 5F 1A
Octal 3 202 21 142 0 127 61 177 137 32
Binary 11 10000010 10001 1100010 0 1010111 110001 1111111 1011111 11010

Color Harmonies of #038211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038211

Black with #038211

Text Example


Text Example

White with #038211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038211; }

 p { color: rgb(3,130,17); }

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

background-color css

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

 a { background-color: rgb(3,130,17); }

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

border-color css

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

 span { border-color: rgb(3,130,17); }

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