Html Css Color HEX #0CB742 Dark Pastel Green

📋 copy color: '#0CB742'

red 12 ◦ green 183 ◦ blue 66

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

Shades of Dark Pastel Green #0CB742

Tints of Dark Pastel Green #0CB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 70.11%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 4.6%
G = 70.11%
B = 25.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#0CB742 (or 0x0CB742) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 42. RGB value is (12,183,66). Sum of RGB (Red+Green+Blue) = 12+183+66=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB742 is #F348BD. Grayscale: #767676. Windows color (decimal): -15943870 or 4372236. OLE color: 4372236.

HSL color Cylindrical-coordinate representation of color #0CB742: hue angle of 138.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB742 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 66 -
CMYK 0.93 0 0.64 0.28
HSL 138.95º 0.88% 0.38% -
HSV(B) 138.95º 0.93% 0.72% -
XYZ 18.07 34.34 10.83 -
YUV 118.53 98.35 52.01 -
System Red Green Blue C M Y K H S L
Decimal 12 183 66 0.93 0 0.64 0.28 138.95 0.88 0.38
Hex C B7 42 5D 0 40 1C 8B 58 26
Octal 14 267 102 135 0 100 34 213 130 46
Binary 1100 10110111 1000010 1011101 0 1000000 11100 10001011 1011000 100110

Color Harmonies of #0CB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB742

Black with #0CB742

Text Example


Text Example

White with #0CB742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,66); }

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

background-color css

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

 a { background-color: rgb(12,183,66); }

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

border-color css

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

 span { border-color: rgb(12,183,66); }

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