#1F583A

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

Shades of Kaitoke Green #1F583A

Tints of Kaitoke Green #1F583A

Color information

#1F583A (or 0x1F583A) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 58 and 3A. RGB value is (31,88,58). Sum of RGB (Red+Green+Blue) = 31+88+58=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #1F583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F583A is #E0A7C5. Grayscale: #434343. Windows color (decimal): -14723014 or 3823647. OLE color: 3823647.

HSL color Cylindrical-coordinate representation of color #1F583A: hue angle of 148.42º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F583A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB318858-
CMYK0.6500.340.65
HSL148.42º47.9%23.33%-
HSV(B)148.42º64.77%34.51%-
XYZ4.827.585.21-
YUV67.54122.62101.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=17.51%
G=49.72%
B=32.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3188580.6500.340.65148.4247.923.33
Hex1F583A4102241943017
Octal37130721010421012246027
Binary1111110110001110101000001010001010000011001010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F583A; }

 p { color: rgb(31,88,58); }

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

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

 a { background-color: rgb(31,88,58); }

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

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

 span { border-color: rgb(31,88,58); }

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