Html Css Color HEX #0CB725 Dark Pastel Green

📋 copy color: '#0CB725'

red 12 ◦ green 183 ◦ blue 37

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

Shades of Dark Pastel Green #0CB725

Tints of Dark Pastel Green #0CB725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 5.17%
G = 78.88%
B = 15.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#0CB725 (or 0x0CB725) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 25. RGB value is (12,183,37). Sum of RGB (Red+Green+Blue) = 12+183+37=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB725 is #F348DA. Grayscale: #737373. Windows color (decimal): -15943899 or 2471692. OLE color: 2471692.

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

Color convert

RGB 12 183 37 -
CMYK 0.93 0 0.80 0.28
HSL 128.77º 0.88% 0.38% -
HSV(B) 128.77º 0.93% 0.72% -
XYZ 17.42 34.08 7.41 -
YUV 115.23 83.85 54.37 -
System Red Green Blue C M Y K H S L
Decimal 12 183 37 0.93 0 0.80 0.28 128.77 0.88 0.38
Hex C B7 25 5D 0 50 1C 81 58 26
Octal 14 267 45 135 0 120 34 201 130 46
Binary 1100 10110111 100101 1011101 0 1010000 11100 10000001 1011000 100110

Color Harmonies of #0CB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB725

Black with #0CB725

Text Example


Text Example

White with #0CB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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