Html Css Color HEX #0C933E Pigment Green

📋 copy color: '#0C933E'

red 12 ◦ green 147 ◦ blue 62

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

Shades of Pigment Green #0C933E

Tints of Pigment Green #0C933E

RGB

 RED value IS 12 (5.08% from 255) = 5.43%

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

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 5.43%
G = 66.52%
B = 28.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#0C933E (or 0x0C933E) is known color: Pigment Green. HEX triplet: 0C, 93 and 3E. RGB value is (12,147,62). Sum of RGB (Red+Green+Blue) = 12+147+62=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #0C933E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C933E is #F36CC1. Grayscale: #616161. Windows color (decimal): -15953090 or 4100876. OLE color: 4100876.

HSL color Cylindrical-coordinate representation of color #0C933E: hue angle of 142.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C933E is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 147 62 -
CMYK 0.92 0 0.58 0.42
HSL 142.22º 0.85% 0.31% -
HSV(B) 142.22º 0.92% 0.58% -
XYZ 11.45 21.29 8.06 -
YUV 96.95 108.27 67.41 -
System Red Green Blue C M Y K H S L
Decimal 12 147 62 0.92 0 0.58 0.42 142.22 0.85 0.31
Hex C 93 3E 5C 0 3A 2A 8E 55 1F
Octal 14 223 76 134 0 72 52 216 125 37
Binary 1100 10010011 111110 1011100 0 111010 101010 10001110 1010101 11111

Color Harmonies of #0C933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C933E

Black with #0C933E

Text Example


Text Example

White with #0C933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C933E; }

 p { color: rgb(12,147,62); }

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

background-color css

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

 a { background-color: rgb(12,147,62); }

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

border-color css

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

 span { border-color: rgb(12,147,62); }

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