Html Css Color HEX #0CB827 Dark Pastel Green

📋 copy color: '#0CB827'

red 12 ◦ green 184 ◦ blue 39

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

Shades of Dark Pastel Green #0CB827

Tints of Dark Pastel Green #0CB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 78.3%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 5.11%
G = 78.3%
B = 16.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#0CB827 (or 0x0CB827) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 27. RGB value is (12,184,39). Sum of RGB (Red+Green+Blue) = 12+184+39=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 184 (72.27% from 255 or 78.30% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB827 is #F347D8. Grayscale: #747474. Windows color (decimal): -15943641 or 2603020. OLE color: 2603020.

HSL color Cylindrical-coordinate representation of color #0CB827: hue angle of 129.42º 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 #0CB827 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 39 -
CMYK 0.93 0 0.79 0.28
HSL 129.42º 0.88% 0.38% -
HSV(B) 129.42º 0.93% 0.72% -
XYZ 17.66 34.51 7.65 -
YUV 116.04 84.52 53.79 -
System Red Green Blue C M Y K H S L
Decimal 12 184 39 0.93 0 0.79 0.28 129.42 0.88 0.38
Hex C B8 27 5D 0 4F 1C 81 58 26
Octal 14 270 47 135 0 117 34 201 130 46
Binary 1100 10111000 100111 1011101 0 1001111 11100 10000001 1011000 100110

Color Harmonies of #0CB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB827

Black with #0CB827

Text Example


Text Example

White with #0CB827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,39); }

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

background-color css

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

 a { background-color: rgb(12,184,39); }

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

border-color css

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

 span { border-color: rgb(12,184,39); }

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