Html Css Color HEX #0CB627 Dark Pastel Green

📋 copy color: '#0CB627'

red 12 ◦ green 182 ◦ blue 39

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

Shades of Dark Pastel Green #0CB627

Tints of Dark Pastel Green #0CB627

RGB

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

 GREEN value IS 182 (71.48% from 255) = 78.11%

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

R = 5.15%
G = 78.11%
B = 16.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#0CB627 (or 0x0CB627) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 27. RGB value is (12,182,39). Sum of RGB (Red+Green+Blue) = 12+182+39=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 182 (71.48% from 255 or 78.11% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB627 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB627 is #F349D8. Grayscale: #737373. Windows color (decimal): -15944153 or 2602508. OLE color: 2602508.

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

Color convert

RGB 12 182 39 -
CMYK 0.93 0 0.79 0.29
HSL 129.53º 0.88% 0.38% -
HSV(B) 129.53º 0.93% 0.71% -
XYZ 17.25 33.68 7.51 -
YUV 114.87 85.18 54.63 -
System Red Green Blue C M Y K H S L
Decimal 12 182 39 0.93 0 0.79 0.29 129.53 0.88 0.38
Hex C B6 27 5D 0 4F 1D 82 58 26
Octal 14 266 47 135 0 117 35 202 130 46
Binary 1100 10110110 100111 1011101 0 1001111 11101 10000010 1011000 100110

Color Harmonies of #0CB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB627

Black with #0CB627

Text Example


Text Example

White with #0CB627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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