Html Css Color HEX #038518 Green

📋 copy color: '#038518'

red 3 ◦ green 133 ◦ blue 24

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

Shades of Green #038518

Tints of Green #038518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15%

R = 1.88%
G = 83.13%
B = 15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#038518 (or 0x038518) is known color: Green. HEX triplet: 03, 85 and 18. RGB value is (3,133,24). Sum of RGB (Red+Green+Blue) = 3+133+24=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #038518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038518 is #FC7AE7. Grayscale: #525252. Windows color (decimal): -16546536 or 1606915. OLE color: 1606915.

HSL color Cylindrical-coordinate representation of color #038518: hue angle of 129.69º 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 #038518 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 24 -
CMYK 0.98 0 0.82 0.48
HSL 129.69º 0.96% 0.27% -
HSV(B) 129.69º 0.98% 0.52% -
XYZ 8.59 16.86 3.67 -
YUV 81.7 95.43 71.86 -
System Red Green Blue C M Y K H S L
Decimal 3 133 24 0.98 0 0.82 0.48 129.69 0.96 0.27
Hex 3 85 18 62 0 52 30 82 60 1B
Octal 3 205 30 142 0 122 60 202 140 33
Binary 11 10000101 11000 1100010 0 1010010 110000 10000010 1100000 11011

Color Harmonies of #038518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038518

Black with #038518

Text Example


Text Example

White with #038518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038518; }

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

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

background-color css

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

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

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

border-color css

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

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

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