#00923F

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

Shades of Pigment Green #00923F

Tints of Pigment Green #00923F

Color information

#00923F (or 0x00923F) is unknown color: approx Pigment Green. HEX triplet: 00, 92 and 3F. RGB value is (0,146,63). Sum of RGB (Red+Green+Blue) = 0+146+63=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 146 (57.42% from 255 or 69.86% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 146 - color contains mainly: green. Hex color #00923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00923F is #FF6DC0. Grayscale: #5D5D5D. Windows color (decimal): -16739777 or 4166144. OLE color: 4166144.

HSL color Cylindrical-coordinate representation of color #00923F: hue angle of 145.89º 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 #00923F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB014663-
CMYK100.570.43
HSL145.89º100%28.63%-
HSV(B)145.89º100%57.25%-
XYZ11.1820.928.15-
YUV92.88111.1361.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 69.86%
BLUE value IS 63 (25% from 255) = 30.14%
R=0%
G=69.86%
B=30.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014663100.570.43145.8910028.63
Hex0923F640392B92641d
Octal0222771440715322214435
Binary0100100101111111100100011100110101110010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00923F; }

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

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

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

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

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

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

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

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