Html Css Color HEX #0B7C32 Dark Spring Green

📋 copy color: '#0B7C32'

red 11 ◦ green 124 ◦ blue 50

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

Shades of Dark Spring Green #0B7C32

Tints of Dark Spring Green #0B7C32

RGB

 RED value IS 11 (4.69% from 255) = 5.95%

 GREEN value IS 124 (48.83% from 255) = 67.03%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 5.95%
G = 67.03%
B = 27.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#0B7C32 (or 0x0B7C32) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 32. RGB value is (11,124,50). Sum of RGB (Red+Green+Blue) = 11+124+50=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 124 (48.83% from 255 or 67.03% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C32 is #F483CD. Grayscale: #515151. Windows color (decimal): -16024526 or 3308555. OLE color: 3308555.

HSL color Cylindrical-coordinate representation of color #0B7C32: hue angle of 140.71º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C32 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 124 50 -
CMYK 0.91 0 0.60 0.51
HSL 140.71º 0.84% 0.26% -
HSV(B) 140.71º 0.91% 0.49% -
XYZ 7.92 14.72 5.44 -
YUV 81.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 11 124 50 0.91 0 0.60 0.51 140.71 0.84 0.26
Hex B 7C 32 5B 0 3C 33 8D 54 1A
Octal 13 174 62 133 0 74 63 215 124 32
Binary 1011 1111100 110010 1011011 0 111100 110011 10001101 1010100 11010

Color Harmonies of #0B7C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7C32

Black with #0B7C32

Text Example


Text Example

White with #0B7C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,124,50); }

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

background-color css

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

 a { background-color: rgb(11,124,50); }

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

border-color css

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

 span { border-color: rgb(11,124,50); }

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