#255D3A

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

Shades of Kaitoke Green #255D3A

Tints of Kaitoke Green #255D3A

Color information

#255D3A (or 0x255D3A) is unknown color: approx Kaitoke Green. HEX triplet: 25, 5D and 3A. RGB value is (37,93,58). Sum of RGB (Red+Green+Blue) = 37+93+58=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #255D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D3A is #DAA2C5. Grayscale: #484848. Windows color (decimal): -14328518 or 3824933. OLE color: 3824933.

HSL color Cylindrical-coordinate representation of color #255D3A: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D3A is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB379358-
CMYK0.6000.380.64
HSL142.5º43.08%25.49%-
HSV(B)142.5º60.22%36.47%-
XYZ5.448.535.36-
YUV72.27119.95102.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=19.68%
G=49.47%
B=30.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793580.6000.380.64142.543.0825.49
Hex255D3A3C026408e2b19
Octal4513572740461002165331
Binary1001011011101111010111100010011010000001000111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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