Html Css Color HEX #038510 Green

📋 copy color: '#038510'

red 3 ◦ green 133 ◦ blue 16

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

Shades of Green #038510

Tints of Green #038510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 87.5%

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 1.97%
G = 87.5%
B = 10.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#038510 (or 0x038510) is known color: Green. HEX triplet: 03, 85 and 10. RGB value is (3,133,16). Sum of RGB (Red+Green+Blue) = 3+133+16=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #038510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038510 is #FC7AEF. Grayscale: #515151. Windows color (decimal): -16546544 or 1082627. OLE color: 1082627.

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

Color convert

RGB 3 133 16 -
CMYK 0.98 0 0.88 0.48
HSL 126º 0.96% 0.27% -
HSV(B) 126º 0.98% 0.52% -
XYZ 8.52 16.83 3.29 -
YUV 80.79 91.43 72.51 -
System Red Green Blue C M Y K H S L
Decimal 3 133 16 0.98 0 0.88 0.48 126 0.96 0.27
Hex 3 85 10 62 0 58 30 7E 60 1B
Octal 3 205 20 142 0 130 60 176 140 33
Binary 11 10000101 10000 1100010 0 1011000 110000 1111110 1100000 11011

Color Harmonies of #038510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038510

Black with #038510

Text Example


Text Example

White with #038510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038510; }

 p { color: rgb(3,133,16); }

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

background-color css

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

 a { background-color: rgb(3,133,16); }

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

border-color css

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

 span { border-color: rgb(3,133,16); }

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