#08923C

Color #08923C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08923C

Tints of Pigment Green #08923C

Color information

#08923C (or 0x08923C) is unknown color: approx Pigment Green. HEX triplet: 08, 92 and 3C. RGB value is (8,146,60). Sum of RGB (Red+Green+Blue) = 8+146+60=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #08923C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08923C is #F76DC3. Grayscale: #5F5F5F. Windows color (decimal): -16215492 or 3969544. OLE color: 3969544.

HSL color Cylindrical-coordinate representation of color #08923C: hue angle of 142.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08923C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB814660-
CMYK0.9500.590.43
HSL142.61º89.61%30.2%-
HSV(B)142.61º94.52%57.25%-
XYZ11.1920.947.73-
YUV94.93108.2865.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 146 (57.42% from 255) = 68.22%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=3.74%
G=68.22%
B=28.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8146600.9500.590.43142.6189.6130.2
Hex8923C5F03B2B8f5a1e
Octal10222741370735321713236
Binary1000100100101111001011111011101110101110001111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08923C; }

 p { color: rgb(8,146,60); }

 H1.HeaderClassName
 {
   color: #08923C;
 }
 .AnyTagClassName
 {
   color: #08923C;
 }
</style>
background-color css

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

 a { background-color: rgb(8,146,60); }

 div.DivClassName
 {
   background-color: #08923C;
 }
 .BgClassName
 {
   background-color: #08923C;
 }
</style>
border-color css

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

 span { border-color: rgb(8,146,60); }

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