#295433

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

Shades of Kaitoke Green #295433

Tints of Kaitoke Green #295433

Color information

#295433 (or 0x295433) is unknown color: approx Kaitoke Green. HEX triplet: 29, 54 and 33. RGB value is (41,84,51). Sum of RGB (Red+Green+Blue) = 41+84+51=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #295433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295433 is #D6ABCC. Grayscale: #434343. Windows color (decimal): -14068685 or 3363881. OLE color: 3363881.

HSL color Cylindrical-coordinate representation of color #295433: hue angle of 133.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295433 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB418451-
CMYK0.5100.390.67
HSL133.95º34.4%24.51%-
HSV(B)133.95º51.19%32.94%-
XYZ4.687.054.25-
YUV67.38118.75109.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=23.30%
G=47.73%
B=28.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184510.5100.390.67133.9534.424.51
Hex2954333302743862219
Octal5112463630471032064231
Binary1010011010100110011110011010011110000111000011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295433; }

 p { color: rgb(41,84,51); }

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

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

 a { background-color: rgb(41,84,51); }

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

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

 span { border-color: rgb(41,84,51); }

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