Html Css Color HEX #038D4B Pigment Green

📋 copy color: '#038D4B'

red 3 ◦ green 141 ◦ blue 75

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

Shades of Pigment Green #038D4B

Tints of Pigment Green #038D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.38%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 1.37%
G = 64.38%
B = 34.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#038D4B (or 0x038D4B) is known color: Pigment Green. HEX triplet: 03, 8D and 4B. RGB value is (3,141,75). Sum of RGB (Red+Green+Blue) = 3+141+75=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #038D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D4B is #FC72B4. Grayscale: #5C5C5C. Windows color (decimal): -16544437 or 4951299. OLE color: 4951299.

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

Color convert

RGB 3 141 75 -
CMYK 0.98 0 0.47 0.45
HSL 151.3º 0.96% 0.28% -
HSV(B) 151.3º 0.98% 0.55% -
XYZ 10.83 19.58 9.86 -
YUV 92.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 3 141 75 0.98 0 0.47 0.45 151.3 0.96 0.28
Hex 3 8D 4B 62 0 2F 2D 97 60 1C
Octal 3 215 113 142 0 57 55 227 140 34
Binary 11 10001101 1001011 1100010 0 101111 101101 10010111 1100000 11100

Color Harmonies of #038D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D4B

Black with #038D4B

Text Example


Text Example

White with #038D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,75); }

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

background-color css

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

 a { background-color: rgb(3,141,75); }

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

border-color css

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

 span { border-color: rgb(3,141,75); }

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