Html Css Color HEX #038F3E Pigment Green

📋 copy color: '#038F3E'

red 3 ◦ green 143 ◦ blue 62

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

Shades of Pigment Green #038F3E

Tints of Pigment Green #038F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 68.75%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 1.44%
G = 68.75%
B = 29.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#038F3E (or 0x038F3E) is known color: Pigment Green. HEX triplet: 03, 8F and 3E. RGB value is (3,143,62). Sum of RGB (Red+Green+Blue) = 3+143+62=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #038F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F3E is #FC70C1. Grayscale: #5C5C5C. Windows color (decimal): -16543938 or 4099843. OLE color: 4099843.

HSL color Cylindrical-coordinate representation of color #038F3E: hue angle of 145.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F3E is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 62 -
CMYK 0.98 0 0.57 0.44
HSL 145.29º 0.96% 0.29% -
HSV(B) 145.29º 0.98% 0.56% -
XYZ 10.73 20.01 7.85 -
YUV 91.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 3 143 62 0.98 0 0.57 0.44 145.29 0.96 0.29
Hex 3 8F 3E 62 0 39 2C 91 60 1D
Octal 3 217 76 142 0 71 54 221 140 35
Binary 11 10001111 111110 1100010 0 111001 101100 10010001 1100000 11101

Color Harmonies of #038F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F3E

Black with #038F3E

Text Example


Text Example

White with #038F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038F3E; }

 p { color: rgb(3,143,62); }

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

background-color css

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

 a { background-color: rgb(3,143,62); }

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

border-color css

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

 span { border-color: rgb(3,143,62); }

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