#265330

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

Shades of Kaitoke Green #265330

Tints of Kaitoke Green #265330

Color information

#265330 (or 0x265330) is unknown color: approx Kaitoke Green. HEX triplet: 26, 53 and 30. RGB value is (38,83,48). Sum of RGB (Red+Green+Blue) = 38+83+48=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #265330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265330 is #D9ACCF. Grayscale: #414141. Windows color (decimal): -14265552 or 3167014. OLE color: 3167014.

HSL color Cylindrical-coordinate representation of color #265330: hue angle of 133.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265330 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB388348-
CMYK0.5400.420.67
HSL133.33º37.19%23.73%-
HSV(B)133.33º54.22%32.55%-
XYZ4.436.813.88-
YUV65.55118.09108.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=22.49%
G=49.11%
B=28.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883480.5400.420.67133.3337.1923.73
Hex2653303602A43852518
Octal4612360660521032054530
Binary1001101010011110000110110010101010000111000010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265330; }

 p { color: rgb(38,83,48); }

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

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

 a { background-color: rgb(38,83,48); }

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

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

 span { border-color: rgb(38,83,48); }

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