Html Css Color HEX #0E752F Camarone

📋 copy color: '#0E752F'

red 14 ◦ green 117 ◦ blue 47

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

Shades of Camarone #0E752F

Tints of Camarone #0E752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65.73%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 7.87%
G = 65.73%
B = 26.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#0E752F (or 0x0E752F) is known color: Camarone. HEX triplet: 0E, 75 and 2F. RGB value is (14,117,47). Sum of RGB (Red+Green+Blue) = 14+117+47=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752F is #F18AD0. Grayscale: #4E4E4E. Windows color (decimal): -15829713 or 3110158. OLE color: 3110158.

HSL color Cylindrical-coordinate representation of color #0E752F: hue angle of 139.22º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E752F is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 117 47 -
CMYK 0.88 0 0.60 0.54
HSL 139.22º 0.79% 0.26% -
HSV(B) 139.22º 0.88% 0.46% -
XYZ 7.06 13.02 4.83 -
YUV 78.22 110.38 82.19 -
System Red Green Blue C M Y K H S L
Decimal 14 117 47 0.88 0 0.60 0.54 139.22 0.79 0.26
Hex E 75 2F 58 0 3C 36 8B 4F 1A
Octal 16 165 57 130 0 74 66 213 117 32
Binary 1110 1110101 101111 1011000 0 111100 110110 10001011 1001111 11010

Color Harmonies of #0E752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E752F

Black with #0E752F

Text Example


Text Example

White with #0E752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,117,47); }

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

background-color css

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

 a { background-color: rgb(14,117,47); }

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

border-color css

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

 span { border-color: rgb(14,117,47); }

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