Html Css Color HEX #038F41 Pigment Green

📋 copy color: '#038F41'

red 3 ◦ green 143 ◦ blue 65

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

Shades of Pigment Green #038F41

Tints of Pigment Green #038F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 1.42%
G = 67.77%
B = 30.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#038F41 (or 0x038F41) is known color: Pigment Green. HEX triplet: 03, 8F and 41. RGB value is (3,143,65). Sum of RGB (Red+Green+Blue) = 3+143+65=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #038F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F41 is #FC70BE. Grayscale: #5C5C5C. Windows color (decimal): -16543935 or 4296451. OLE color: 4296451.

HSL color Cylindrical-coordinate representation of color #038F41: hue angle of 146.57º 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 #038F41 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 65 -
CMYK 0.98 0 0.55 0.44
HSL 146.57º 0.96% 0.29% -
HSV(B) 146.57º 0.98% 0.56% -
XYZ 10.81 20.05 8.3 -
YUV 92.25 112.62 64.34 -
System Red Green Blue C M Y K H S L
Decimal 3 143 65 0.98 0 0.55 0.44 146.57 0.96 0.29
Hex 3 8F 41 62 0 37 2C 93 60 1D
Octal 3 217 101 142 0 67 54 223 140 35
Binary 11 10001111 1000001 1100010 0 110111 101100 10010011 1100000 11101

Color Harmonies of #038F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F41

Black with #038F41

Text Example


Text Example

White with #038F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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