Html Css Color HEX #0CBA1B Dark Pastel Green

📋 copy color: '#0CBA1B'

red 12 ◦ green 186 ◦ blue 27

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

Shades of Dark Pastel Green #0CBA1B

Tints of Dark Pastel Green #0CBA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 82.67%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 5.33%
G = 82.67%
B = 12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#0CBA1B (or 0x0CBA1B) is known color: Dark Pastel Green. HEX triplet: 0C, BA and 1B. RGB value is (12,186,27). Sum of RGB (Red+Green+Blue) = 12+186+27=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBA1B is #F345E4. Grayscale: #747474. Windows color (decimal): -15943141 or 1817100. OLE color: 1817100.

HSL color Cylindrical-coordinate representation of color #0CBA1B: hue angle of 125.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA1B is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 27 -
CMYK 0.94 0 0.85 0.27
HSL 125.17º 0.88% 0.39% -
HSV(B) 125.17º 0.94% 0.73% -
XYZ 17.91 35.28 6.9 -
YUV 115.85 77.85 53.93 -
System Red Green Blue C M Y K H S L
Decimal 12 186 27 0.94 0 0.85 0.27 125.17 0.88 0.39
Hex C BA 1B 5E 0 55 1B 7D 58 27
Octal 14 272 33 136 0 125 33 175 130 47
Binary 1100 10111010 11011 1011110 0 1010101 11011 1111101 1011000 100111

Color Harmonies of #0CBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA1B

Black with #0CBA1B

Text Example


Text Example

White with #0CBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,27); }

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

background-color css

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

 a { background-color: rgb(12,186,27); }

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

border-color css

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

 span { border-color: rgb(12,186,27); }

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