Html Css Color HEX #038F4D Pigment Green

📋 copy color: '#038F4D'

red 3 ◦ green 143 ◦ blue 77

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

Shades of Pigment Green #038F4D

Tints of Pigment Green #038F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 1.35%
G = 64.13%
B = 34.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#038F4D (or 0x038F4D) is known color: Pigment Green. HEX triplet: 03, 8F and 4D. RGB value is (3,143,77). Sum of RGB (Red+Green+Blue) = 3+143+77=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #038F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F4D is #FC70B2. Grayscale: #5D5D5D. Windows color (decimal): -16543923 or 5082883. OLE color: 5082883.

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

Color convert

RGB 3 143 77 -
CMYK 0.98 0 0.46 0.44
HSL 151.71º 0.96% 0.29% -
HSV(B) 151.71º 0.98% 0.56% -
XYZ 11.2 20.2 10.33 -
YUV 93.62 118.62 63.37 -
System Red Green Blue C M Y K H S L
Decimal 3 143 77 0.98 0 0.46 0.44 151.71 0.96 0.29
Hex 3 8F 4D 62 0 2E 2C 98 60 1D
Octal 3 217 115 142 0 56 54 230 140 35
Binary 11 10001111 1001101 1100010 0 101110 101100 10011000 1100000 11101

Color Harmonies of #038F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F4D

Black with #038F4D

Text Example


Text Example

White with #038F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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