Html Css Color HEX #008B41 Pigment Green

📋 copy color: '#008B41'

red 0 ◦ green 139 ◦ blue 65

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

Shades of Pigment Green #008B41

Tints of Pigment Green #008B41

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 68.14%

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

R = 0%
G = 68.14%
B = 31.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#008B41 (or 0x008B41) is known color: Pigment Green. HEX triplet: 00, 8B and 41. RGB value is (0,139,65). Sum of RGB (Red+Green+Blue) = 0+139+65=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #008B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B41 is #FF74BE. Grayscale: #595959. Windows color (decimal): -16741567 or 4295424. OLE color: 4295424.

HSL color Cylindrical-coordinate representation of color #008B41: hue angle of 148.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B41 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 65 -
CMYK 1 0 0.53 0.45
HSL 148.06º 1% 0.27% -
HSV(B) 148.06º 1% 0.55% -
XYZ 10.19 18.85 8.1 -
YUV 89 114.45 64.52 -
System Red Green Blue C M Y K H S L
Decimal 0 139 65 1 0 0.53 0.45 148.06 1 0.27
Hex 0 8B 41 64 0 35 2D 94 64 1B
Octal 0 213 101 144 0 65 55 224 144 33
Binary 0 10001011 1000001 1100100 0 110101 101101 10010100 1100100 11011

Color Harmonies of #008B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B41

Black with #008B41

Text Example


Text Example

White with #008B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B41; }

 p { color: rgb(0,139,65); }

 H1.HeaderClassName
 {
   color: #008B41;
 }
 .AnyTagClassName
 {
   color: #008B41;
 }
</style>

background-color css

<style>
 a { background-color: #008B41; }

 a { background-color: rgb(0,139,65); }

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

border-color css

<style>
 span { border-color: #008B41; }

 span { border-color: rgb(0,139,65); }

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