#265135

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

Shades of Kaitoke Green #265135

Tints of Kaitoke Green #265135

Color information

#265135 (or 0x265135) is unknown color: approx Kaitoke Green. HEX triplet: 26, 51 and 35. RGB value is (38,81,53). Sum of RGB (Red+Green+Blue) = 38+81+53=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #265135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265135 is #D9AECA. Grayscale: #414141. Windows color (decimal): -14266059 or 3494182. OLE color: 3494182.

HSL color Cylindrical-coordinate representation of color #265135: hue angle of 140.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265135 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB388153-
CMYK0.5300.350.68
HSL140.93º36.13%23.33%-
HSV(B)140.93º53.09%31.76%-
XYZ4.386.554.4-
YUV64.95121.25108.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=22.09%
G=47.09%
B=30.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881530.5300.350.68140.9336.1323.33
Hex26513535023448d2417
Octal4612165650431042154427
Binary1001101010001110101110101010001110001001000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265135; }

 p { color: rgb(38,81,53); }

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

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

 a { background-color: rgb(38,81,53); }

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

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

 span { border-color: rgb(38,81,53); }

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