Html Css Color HEX #0CB248 Dark Pastel Green

📋 copy color: '#0CB248'

red 12 ◦ green 178 ◦ blue 72

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

Shades of Dark Pastel Green #0CB248

Tints of Dark Pastel Green #0CB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.94%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 4.58%
G = 67.94%
B = 27.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#0CB248 (or 0x0CB248) is known color: Dark Pastel Green. HEX triplet: 0C, B2 and 48. RGB value is (12,178,72). Sum of RGB (Red+Green+Blue) = 12+178+72=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB248 is #F34DB7. Grayscale: #747474. Windows color (decimal): -15945144 or 4764172. OLE color: 4764172.

HSL color Cylindrical-coordinate representation of color #0CB248: hue angle of 141.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB248 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 178 72 -
CMYK 0.93 0 0.60 0.30
HSL 141.69º 0.87% 0.37% -
HSV(B) 141.69º 0.93% 0.7% -
XYZ 17.24 32.39 11.47 -
YUV 116.28 103 53.62 -
System Red Green Blue C M Y K H S L
Decimal 12 178 72 0.93 0 0.60 0.30 141.69 0.87 0.37
Hex C B2 48 5D 0 3C 1E 8E 57 25
Octal 14 262 110 135 0 74 36 216 127 45
Binary 1100 10110010 1001000 1011101 0 111100 11110 10001110 1010111 100101

Color Harmonies of #0CB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB248

Black with #0CB248

Text Example


Text Example

White with #0CB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,178,72); }

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

background-color css

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

 a { background-color: rgb(12,178,72); }

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

border-color css

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

 span { border-color: rgb(12,178,72); }

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