#255430

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

Shades of Kaitoke Green #255430

Tints of Kaitoke Green #255430

Color information

#255430 (or 0x255430) is unknown color: approx Kaitoke Green. HEX triplet: 25, 54 and 30. RGB value is (37,84,48). Sum of RGB (Red+Green+Blue) = 37+84+48=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #255430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255430 is #DAABCF. Grayscale: #414141. Windows color (decimal): -14330832 or 3167269. OLE color: 3167269.

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

Color convert

RGB378448-
CMYK0.5600.430.67
HSL134.04º38.84%23.73%-
HSV(B)134.04º55.95%32.94%-
XYZ4.476.953.9-
YUV65.84117.93107.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=21.89%
G=49.70%
B=28.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784480.5600.430.67134.0438.8423.73
Hex2554303802B43862718
Octal4512460700531032064730
Binary1001011010100110000111000010101110000111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255430; }

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

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

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

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

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

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

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

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