#255A3A

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

Shades of Kaitoke Green #255A3A

Tints of Kaitoke Green #255A3A

Color information

#255A3A (or 0x255A3A) is unknown color: approx Kaitoke Green. HEX triplet: 25, 5A and 3A. RGB value is (37,90,58). Sum of RGB (Red+Green+Blue) = 37+90+58=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #255A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A3A is #DAA5C5. Grayscale: #464646. Windows color (decimal): -14329286 or 3824165. OLE color: 3824165.

HSL color Cylindrical-coordinate representation of color #255A3A: hue angle of 143.77º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A3A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB379058-
CMYK0.5900.360.65
HSL143.77º41.73%24.9%-
HSV(B)143.77º58.89%35.29%-
XYZ5.188.015.28-
YUV70.5120.94104.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 48.65%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=20%
G=48.65%
B=31.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790580.5900.360.65143.7741.7324.9
Hex255A3A3B02441902a19
Octal4513272730441012205231
Binary1001011011010111010111011010010010000011001000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A3A; }

 p { color: rgb(37,90,58); }

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

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

 a { background-color: rgb(37,90,58); }

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

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

 span { border-color: rgb(37,90,58); }

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