Html Css Color HEX #1F593A Kaitoke Green

📋 copy color: '#1F593A'

red 31 ◦ green 89 ◦ blue 58

#1F593A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #1F593A

Tints of Kaitoke Green #1F593A

RGB

 RED value IS 31 (12.5% from 255) = 17.42%

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 17.42%
G = 50%
B = 32.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#1F593A (or 0x1F593A) is known color: Kaitoke Green. HEX triplet: 1F, 59 and 3A. RGB value is (31,89,58). Sum of RGB (Red+Green+Blue) = 31+89+58=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #1F593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F593A is #E0A6C5. Grayscale: #444444. Windows color (decimal): -14722758 or 3823903. OLE color: 3823903.

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

Color convert

RGB 31 89 58 -
CMYK 0.65 0 0.35 0.65
HSL 147.93º 0.48% 0.24% -
HSV(B) 147.93º 0.65% 0.35% -
XYZ 4.9 7.74 5.24 -
YUV 68.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 31 89 58 0.65 0 0.35 0.65 147.93 0.48 0.24
Hex 1F 59 3A 41 0 23 41 94 30 18
Octal 37 131 72 101 0 43 101 224 60 30
Binary 11111 1011001 111010 1000001 0 100011 1000001 10010100 110000 11000

Color Harmonies of #1F593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F593A

Black with #1F593A

Text Example


Text Example

White with #1F593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F593A;
 }
 .AnyTagClassName
 {
   color: #1F593A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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