Html Css Color HEX #0B7F40 Dark Spring Green

📋 copy color: '#0B7F40'

red 11 ◦ green 127 ◦ blue 64

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

Shades of Dark Spring Green #0B7F40

Tints of Dark Spring Green #0B7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 62.87%

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 5.45%
G = 62.87%
B = 31.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#0B7F40 (or 0x0B7F40) is known color: Dark Spring Green. HEX triplet: 0B, 7F and 40. RGB value is (11,127,64). Sum of RGB (Red+Green+Blue) = 11+127+64=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7F40 is #F480BF. Grayscale: #555555. Windows color (decimal): -16023744 or 4226827. OLE color: 4226827.

HSL color Cylindrical-coordinate representation of color #0B7F40: hue angle of 147.41º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7F40 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 11 127 64 -
CMYK 0.91 0 0.50 0.50
HSL 147.41º 0.84% 0.27% -
HSV(B) 147.41º 0.91% 0.5% -
XYZ 8.65 15.62 7.41 -
YUV 85.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 11 127 64 0.91 0 0.50 0.50 147.41 0.84 0.27
Hex B 7F 40 5B 0 32 32 93 54 1B
Octal 13 177 100 133 0 62 62 223 124 33
Binary 1011 1111111 1000000 1011011 0 110010 110010 10010011 1010100 11011

Color Harmonies of #0B7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7F40

Black with #0B7F40

Text Example


Text Example

White with #0B7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,127,64); }

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

background-color css

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

 a { background-color: rgb(11,127,64); }

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

border-color css

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

 span { border-color: rgb(11,127,64); }

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