Html Css Color HEX #038E2F Pigment Green

📋 copy color: '#038E2F'

red 3 ◦ green 142 ◦ blue 47

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

Shades of Pigment Green #038E2F

Tints of Pigment Green #038E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 73.96%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 1.56%
G = 73.96%
B = 24.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#038E2F (or 0x038E2F) is known color: Pigment Green. HEX triplet: 03, 8E and 2F. RGB value is (3,142,47). Sum of RGB (Red+Green+Blue) = 3+142+47=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 142 (55.86% from 255 or 73.96% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 142 - color contains mainly: green. Hex color #038E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E2F is #FC71D0. Grayscale: #595959. Windows color (decimal): -16544209 or 3116547. OLE color: 3116547.

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

Color convert

RGB 3 142 47 -
CMYK 0.98 0 0.67 0.44
HSL 138.99º 0.96% 0.28% -
HSV(B) 138.99º 0.98% 0.56% -
XYZ 10.22 19.57 5.93 -
YUV 89.61 103.95 66.22 -
System Red Green Blue C M Y K H S L
Decimal 3 142 47 0.98 0 0.67 0.44 138.99 0.96 0.28
Hex 3 8E 2F 62 0 43 2C 8B 60 1C
Octal 3 216 57 142 0 103 54 213 140 34
Binary 11 10001110 101111 1100010 0 1000011 101100 10001011 1100000 11100

Color Harmonies of #038E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E2F

Black with #038E2F

Text Example


Text Example

White with #038E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,47); }

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

background-color css

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

 a { background-color: rgb(3,142,47); }

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

border-color css

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

 span { border-color: rgb(3,142,47); }

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