Html Css Color HEX #0E933C Pigment Green

📋 copy color: '#0E933C'

red 14 ◦ green 147 ◦ blue 60

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

Shades of Pigment Green #0E933C

Tints of Pigment Green #0E933C

RGB

 RED value IS 14 (5.86% from 255) = 6.33%

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 6.33%
G = 66.52%
B = 27.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#0E933C (or 0x0E933C) is known color: Pigment Green. HEX triplet: 0E, 93 and 3C. RGB value is (14,147,60). Sum of RGB (Red+Green+Blue) = 14+147+60=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #0E933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E933C is #F16CC3. Grayscale: #616161. Windows color (decimal): -15822020 or 3969806. OLE color: 3969806.

HSL color Cylindrical-coordinate representation of color #0E933C: hue angle of 140.75º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E933C is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 60 -
CMYK 0.90 0 0.59 0.42
HSL 140.75º 0.83% 0.32% -
HSV(B) 140.75º 0.9% 0.58% -
XYZ 11.43 21.29 7.78 -
YUV 97.32 106.94 68.57 -
System Red Green Blue C M Y K H S L
Decimal 14 147 60 0.90 0 0.59 0.42 140.75 0.83 0.32
Hex E 93 3C 5A 0 3B 2A 8D 53 20
Octal 16 223 74 132 0 73 52 215 123 40
Binary 1110 10010011 111100 1011010 0 111011 101010 10001101 1010011 100000

Color Harmonies of #0E933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E933C

Black with #0E933C

Text Example


Text Example

White with #0E933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,147,60); }

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

background-color css

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

 a { background-color: rgb(14,147,60); }

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

border-color css

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

 span { border-color: rgb(14,147,60); }

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