Html Css Color HEX #0E752B Camarone

📋 copy color: '#0E752B'

red 14 ◦ green 117 ◦ blue 43

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

Shades of Camarone #0E752B

Tints of Camarone #0E752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 8.05%
G = 67.24%
B = 24.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#0E752B (or 0x0E752B) is known color: Camarone. HEX triplet: 0E, 75 and 2B. RGB value is (14,117,43). Sum of RGB (Red+Green+Blue) = 14+117+43=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752B is #F18AD4. Grayscale: #4D4D4D. Windows color (decimal): -15829717 or 2848014. OLE color: 2848014.

HSL color Cylindrical-coordinate representation of color #0E752B: hue angle of 136.89º 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 #0E752B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 117 43 -
CMYK 0.88 0 0.63 0.54
HSL 136.89º 0.79% 0.26% -
HSV(B) 136.89º 0.88% 0.46% -
XYZ 6.98 12.99 4.43 -
YUV 77.77 108.38 82.52 -
System Red Green Blue C M Y K H S L
Decimal 14 117 43 0.88 0 0.63 0.54 136.89 0.79 0.26
Hex E 75 2B 58 0 3F 36 89 4F 1A
Octal 16 165 53 130 0 77 66 211 117 32
Binary 1110 1110101 101011 1011000 0 111111 110110 10001001 1001111 11010

Color Harmonies of #0E752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E752B

Black with #0E752B

Text Example


Text Example

White with #0E752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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