Html Css Color HEX #038414 Green

📋 copy color: '#038414'

red 3 ◦ green 132 ◦ blue 20

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

Shades of Green #038414

Tints of Green #038414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 85.16%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 1.94%
G = 85.16%
B = 12.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#038414 (or 0x038414) is known color: Green. HEX triplet: 03, 84 and 14. RGB value is (3,132,20). Sum of RGB (Red+Green+Blue) = 3+132+20=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 132 (51.95% from 255 or 85.16% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 132 - color contains mainly: green. Hex color #038414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038414 is #FC7BEB. Grayscale: #505050. Windows color (decimal): -16546796 or 1344515. OLE color: 1344515.

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

Color convert

RGB 3 132 20 -
CMYK 0.98 0 0.85 0.48
HSL 127.91º 0.96% 0.26% -
HSV(B) 127.91º 0.98% 0.52% -
XYZ 8.42 16.57 3.42 -
YUV 80.66 93.76 72.61 -
System Red Green Blue C M Y K H S L
Decimal 3 132 20 0.98 0 0.85 0.48 127.91 0.96 0.26
Hex 3 84 14 62 0 55 30 80 60 1A
Octal 3 204 24 142 0 125 60 200 140 32
Binary 11 10000100 10100 1100010 0 1010101 110000 10000000 1100000 11010

Color Harmonies of #038414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038414

Black with #038414

Text Example


Text Example

White with #038414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038414; }

 p { color: rgb(3,132,20); }

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

background-color css

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

 a { background-color: rgb(3,132,20); }

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

border-color css

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

 span { border-color: rgb(3,132,20); }

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