#2B563D

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

Shades of Kaitoke Green #2B563D

Tints of Kaitoke Green #2B563D

Color information

#2B563D (or 0x2B563D) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 56 and 3D. RGB value is (43,86,61). Sum of RGB (Red+Green+Blue) = 43+86+61=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #2B563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B563D is #D4A9C2. Grayscale: #464646. Windows color (decimal): -13937091 or 4019755. OLE color: 4019755.

HSL color Cylindrical-coordinate representation of color #2B563D: hue angle of 145.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B563D is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB438661-
CMYK0.5000.290.66
HSL145.12º33.33%25.29%-
HSV(B)145.12º50%33.73%-
XYZ5.177.515.59-
YUV70.29122.75108.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=22.63%
G=45.26%
B=32.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386610.5000.290.66145.1233.3325.29
Hex2B563D3201D42912119
Octal5312675620351022214131
Binary101011101011011110111001001110110000101001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,61); }

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

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

 a { background-color: rgb(43,86,61); }

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

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

 span { border-color: rgb(43,86,61); }

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