#0BD631

Color #0BD631 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BD631

Tints of Dark Pastel Green #0BD631

Color information

#0BD631 (or 0x0BD631) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, D6 and 31. RGB value is (11,214,49). Sum of RGB (Red+Green+Blue) = 11+214+49=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD631 is #F429CE. Grayscale: #868686. Windows color (decimal): -16001487 or 3266059. OLE color: 3266059.

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

Color convert

RGB1121449-
CMYK0.9500.770.16
HSL131.23º90.22%44.12%-
HSV(B)131.23º94.86%83.92%-
XYZ24.7448.3910.94-
YUV134.4979.7539.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 214 (83.98% from 255) = 78.10%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=4.01%
G=78.10%
B=17.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11214490.9500.770.16131.2390.2244.12
HexBD6315F04D10835a2c
Octal133266113701152020313254
Binary10111101011011000110111110100110110000100000111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,214,49); }

 H1.HeaderClassName
 {
   color: #0BD631;
 }
 .AnyTagClassName
 {
   color: #0BD631;
 }
</style>
background-color css

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

 a { background-color: rgb(11,214,49); }

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

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

 span { border-color: rgb(11,214,49); }

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