#0BCA3B

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

Shades of Dark Pastel Green #0BCA3B

Tints of Dark Pastel Green #0BCA3B

Color information

#0BCA3B (or 0x0BCA3B) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, CA and 3B. RGB value is (11,202,59). Sum of RGB (Red+Green+Blue) = 11+202+59=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA3B is #F435C4. Grayscale: #808080. Windows color (decimal): -16004549 or 3918347. OLE color: 3918347.

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

Color convert

RGB1120259-
CMYK0.9500.710.21
HSL135.08º89.67%41.76%-
HSV(B)135.08º94.55%79.22%-
XYZ22.0542.6311.2-
YUV128.5988.7244.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 202 (79.30% from 255) = 74.26%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=4.04%
G=74.26%
B=21.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11202590.9500.710.21135.0889.6741.76
HexBCA3B5F04715875a2a
Octal133127313701072520713252
Binary10111100101011101110111110100011110101100001111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,202,59); }

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

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

 a { background-color: rgb(11,202,59); }

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

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

 span { border-color: rgb(11,202,59); }

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