Html Css Color HEX #0C742B Camarone

📋 copy color: '#0C742B'

red 12 ◦ green 116 ◦ blue 43

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

Shades of Camarone #0C742B

Tints of Camarone #0C742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 67.84%

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

R = 7.02%
G = 67.84%
B = 25.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#0C742B (or 0x0C742B) is known color: Camarone. HEX triplet: 0C, 74 and 2B. RGB value is (12,116,43). Sum of RGB (Red+Green+Blue) = 12+116+43=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #0C742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C742B is #F38BD4. Grayscale: #4C4C4C. Windows color (decimal): -15961045 or 2847756. OLE color: 2847756.

HSL color Cylindrical-coordinate representation of color #0C742B: hue angle of 137.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C742B is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 116 43 -
CMYK 0.90 0 0.63 0.55
HSL 137.88º 0.81% 0.25% -
HSV(B) 137.88º 0.9% 0.45% -
XYZ 6.83 12.74 4.39 -
YUV 76.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 12 116 43 0.90 0 0.63 0.55 137.88 0.81 0.25
Hex C 74 2B 5A 0 3F 37 8A 51 19
Octal 14 164 53 132 0 77 67 212 121 31
Binary 1100 1110100 101011 1011010 0 111111 110111 10001010 1010001 11001

Color Harmonies of #0C742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C742B

Black with #0C742B

Text Example


Text Example

White with #0C742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,116,43); }

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

background-color css

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

 a { background-color: rgb(12,116,43); }

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

border-color css

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

 span { border-color: rgb(12,116,43); }

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