#265430

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

Shades of Kaitoke Green #265430

Tints of Kaitoke Green #265430

Color information

#265430 (or 0x265430) is unknown color: approx Kaitoke Green. HEX triplet: 26, 54 and 30. RGB value is (38,84,48). Sum of RGB (Red+Green+Blue) = 38+84+48=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #265430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265430 is #D9ABCF. Grayscale: #424242. Windows color (decimal): -14265296 or 3167270. OLE color: 3167270.

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

Color convert

RGB388448-
CMYK0.5500.430.67
HSL133.04º37.7%23.92%-
HSV(B)133.04º54.76%32.94%-
XYZ4.56.973.9-
YUV66.14117.76107.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=22.35%
G=49.41%
B=28.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884480.5500.430.67133.0437.723.92
Hex2654303702B43852618
Octal4612460670531032054630
Binary1001101010100110000110111010101110000111000010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265430; }

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

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

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

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

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

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

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

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