Html Css Color HEX #0B7C35 Dark Spring Green

📋 copy color: '#0B7C35'

red 11 ◦ green 124 ◦ blue 53

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

Shades of Dark Spring Green #0B7C35

Tints of Dark Spring Green #0B7C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 5.85%
G = 65.96%
B = 28.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#0B7C35 (or 0x0B7C35) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 35. RGB value is (11,124,53). Sum of RGB (Red+Green+Blue) = 11+124+53=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C35 is #F483CA. Grayscale: #525252. Windows color (decimal): -16024523 or 3505163. OLE color: 3505163.

HSL color Cylindrical-coordinate representation of color #0B7C35: hue angle of 142.3º 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 #0B7C35 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 124 53 -
CMYK 0.91 0 0.57 0.51
HSL 142.3º 0.84% 0.26% -
HSV(B) 142.3º 0.91% 0.49% -
XYZ 7.99 14.74 5.79 -
YUV 82.12 111.56 77.27 -
System Red Green Blue C M Y K H S L
Decimal 11 124 53 0.91 0 0.57 0.51 142.3 0.84 0.26
Hex B 7C 35 5B 0 39 33 8E 54 1A
Octal 13 174 65 133 0 71 63 216 124 32
Binary 1011 1111100 110101 1011011 0 111001 110011 10001110 1010100 11010

Color Harmonies of #0B7C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7C35

Black with #0B7C35

Text Example


Text Example

White with #0B7C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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