Html Css Color HEX #0BCD2F Dark Pastel Green

📋 copy color: '#0BCD2F'

red 11 ◦ green 205 ◦ blue 47

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

Shades of Dark Pastel Green #0BCD2F

Tints of Dark Pastel Green #0BCD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 77.95%

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 4.18%
G = 77.95%
B = 17.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#0BCD2F (or 0x0BCD2F) is known color: Dark Pastel Green. HEX triplet: 0B, CD and 2F. RGB value is (11,205,47). Sum of RGB (Red+Green+Blue) = 11+205+47=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCD2F is #F432D0. Grayscale: #818181. Windows color (decimal): -16003793 or 3132683. OLE color: 3132683.

HSL color Cylindrical-coordinate representation of color #0BCD2F: hue angle of 131.13º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD2F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 47 -
CMYK 0.95 0 0.77 0.20
HSL 131.13º 0.9% 0.42% -
HSV(B) 131.13º 0.95% 0.8% -
XYZ 22.48 43.94 9.99 -
YUV 128.98 81.73 43.85 -
System Red Green Blue C M Y K H S L
Decimal 11 205 47 0.95 0 0.77 0.20 131.13 0.9 0.42
Hex B CD 2F 5F 0 4D 14 83 5A 2A
Octal 13 315 57 137 0 115 24 203 132 52
Binary 1011 11001101 101111 1011111 0 1001101 10100 10000011 1011010 101010

Color Harmonies of #0BCD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD2F

Black with #0BCD2F

Text Example


Text Example

White with #0BCD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,47); }

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

background-color css

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

 a { background-color: rgb(11,205,47); }

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

border-color css

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

 span { border-color: rgb(11,205,47); }

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