#265E3A

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

Shades of Kaitoke Green #265E3A

Tints of Kaitoke Green #265E3A

Color information

#265E3A (or 0x265E3A) is unknown color: approx Kaitoke Green. HEX triplet: 26, 5E and 3A. RGB value is (38,94,58). Sum of RGB (Red+Green+Blue) = 38+94+58=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #265E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E3A is #D9A1C5. Grayscale: #494949. Windows color (decimal): -14262726 or 3825190. OLE color: 3825190.

HSL color Cylindrical-coordinate representation of color #265E3A: hue angle of 141.43º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E3A is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB389458-
CMYK0.6000.380.63
HSL141.43º42.42%25.88%-
HSV(B)141.43º59.57%36.86%-
XYZ5.578.725.39-
YUV73.15119.45102.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 94 (37.11% from 255) = 49.47%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=20%
G=49.47%
B=30.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894580.6000.380.63141.4342.4225.88
Hex265E3A3C0263F8d2a1a
Octal461367274046772155232
Binary100110101111011101011110001001101111111000110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E3A; }

 p { color: rgb(38,94,58); }

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

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

 a { background-color: rgb(38,94,58); }

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

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

 span { border-color: rgb(38,94,58); }

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