Html Css Color HEX #00934F Pigment Green

📋 copy color: '#00934F'

red 0 ◦ green 147 ◦ blue 79

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

Shades of Pigment Green #00934F

Tints of Pigment Green #00934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.04%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 0%
G = 65.04%
B = 34.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#00934F (or 0x00934F) is known color: Pigment Green. HEX triplet: 00, 93 and 4F. RGB value is (0,147,79). Sum of RGB (Red+Green+Blue) = 0+147+79=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #00934F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00934F is #FF6CB0. Grayscale: #5F5F5F. Windows color (decimal): -16739505 or 5214976. OLE color: 5214976.

HSL color Cylindrical-coordinate representation of color #00934F: hue angle of 152.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00934F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 79 -
CMYK 1 0 0.46 0.42
HSL 152.24º 1% 0.29% -
HSV(B) 152.24º 1% 0.58% -
XYZ 11.85 21.43 10.91 -
YUV 95.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 0 147 79 1 0 0.46 0.42 152.24 1 0.29
Hex 0 93 4F 64 0 2E 2A 98 64 1D
Octal 0 223 117 144 0 56 52 230 144 35
Binary 0 10010011 1001111 1100100 0 101110 101010 10011000 1100100 11101

Color Harmonies of #00934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00934F

Black with #00934F

Text Example


Text Example

White with #00934F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,147,79); }

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

background-color css

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

 a { background-color: rgb(0,147,79); }

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

border-color css

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

 span { border-color: rgb(0,147,79); }

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