Html Css Color HEX #009A2F Pigment Green

📋 copy color: '#009A2F'

red 0 ◦ green 154 ◦ blue 47

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

Shades of Pigment Green #009A2F

Tints of Pigment Green #009A2F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 76.62%

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

R = 0%
G = 76.62%
B = 23.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#009A2F (or 0x009A2F) is known color: Pigment Green. HEX triplet: 00, 9A and 2F. RGB value is (0,154,47). Sum of RGB (Red+Green+Blue) = 0+154+47=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 154 (60.55% from 255 or 76.62% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 154 - color contains mainly: green. Hex color #009A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A2F is #FF65D0. Grayscale: #606060. Windows color (decimal): -16737745 or 3119616. OLE color: 3119616.

HSL color Cylindrical-coordinate representation of color #009A2F: hue angle of 138.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A2F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 154 47 -
CMYK 1 0 0.69 0.40
HSL 138.31º 1% 0.3% -
HSV(B) 138.31º 1% 0.6% -
XYZ 12.07 23.32 6.55 -
YUV 95.76 100.48 59.7 -
System Red Green Blue C M Y K H S L
Decimal 0 154 47 1 0 0.69 0.40 138.31 1 0.3
Hex 0 9A 2F 64 0 45 28 8A 64 1E
Octal 0 232 57 144 0 105 50 212 144 36
Binary 0 10011010 101111 1100100 0 1000101 101000 10001010 1100100 11110

Color Harmonies of #009A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A2F

Black with #009A2F

Text Example


Text Example

White with #009A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009A2F; }

 p { color: rgb(0,154,47); }

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

background-color css

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

 a { background-color: rgb(0,154,47); }

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

border-color css

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

 span { border-color: rgb(0,154,47); }

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