Html Css Color HEX #009241 Pigment Green

📋 copy color: '#009241'

red 0 ◦ green 146 ◦ blue 65

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

Shades of Pigment Green #009241

Tints of Pigment Green #009241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 69.19%

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

R = 0%
G = 69.19%
B = 30.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#009241 (or 0x009241) is known color: Pigment Green. HEX triplet: 00, 92 and 41. RGB value is (0,146,65). Sum of RGB (Red+Green+Blue) = 0+146+65=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 146 (57.42% from 255 or 69.19% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 146 - color contains mainly: green. Hex color #009241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009241 is #FF6DBE. Grayscale: #5D5D5D. Windows color (decimal): -16739775 or 4297216. OLE color: 4297216.

HSL color Cylindrical-coordinate representation of color #009241: hue angle of 146.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009241 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 65 -
CMYK 1 0 0.55 0.43
HSL 146.71º 1% 0.29% -
HSV(B) 146.71º 1% 0.57% -
XYZ 11.23 20.94 8.45 -
YUV 93.11 112.13 61.59 -
System Red Green Blue C M Y K H S L
Decimal 0 146 65 1 0 0.55 0.43 146.71 1 0.29
Hex 0 92 41 64 0 37 2B 93 64 1D
Octal 0 222 101 144 0 67 53 223 144 35
Binary 0 10010010 1000001 1100100 0 110111 101011 10010011 1100100 11101

Color Harmonies of #009241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009241

Black with #009241

Text Example


Text Example

White with #009241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009241; }

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

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

background-color css

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

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

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

border-color css

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

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

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