#2B633B

Color #2B633B Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #2B633B

Tints of Camarone #2B633B

Color information

#2B633B (or 0x2B633B) is unknown color: approx Camarone. HEX triplet: 2B, 63 and 3B. RGB value is (43,99,59). Sum of RGB (Red+Green+Blue) = 43+99+59=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #2B633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B633B is #D49CC4. Grayscale: #4D4D4D. Windows color (decimal): -13933765 or 3892011. OLE color: 3892011.

HSL color Cylindrical-coordinate representation of color #2B633B: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B633B is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB439959-
CMYK0.5700.400.61
HSL137.14º39.44%27.84%-
HSV(B)137.14º56.57%38.82%-
XYZ6.259.755.69-
YUV77.7117.45103.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=21.39%
G=49.25%
B=29.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399590.5700.400.61137.1439.4427.84
Hex2B633B390283D89271c
Octal531437371050752114734
Binary101011110001111101111100101010001111011000100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B633B; }

 p { color: rgb(43,99,59); }

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

<style>
 a { background-color: #2B633B; }

 a { background-color: rgb(43,99,59); }

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

<style>
 span { border-color: #2B633B; }

 span { border-color: rgb(43,99,59); }

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