Html Css Color HEX #1F593B Kaitoke Green

📋 copy color: '#1F593B'

red 31 ◦ green 89 ◦ blue 59

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

Shades of Kaitoke Green #1F593B

Tints of Kaitoke Green #1F593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 17.32%
G = 49.72%
B = 32.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#1F593B (or 0x1F593B) is known color: Kaitoke Green. HEX triplet: 1F, 59 and 3B. RGB value is (31,89,59). Sum of RGB (Red+Green+Blue) = 31+89+59=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #1F593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F593B is #E0A6C4. Grayscale: #444444. Windows color (decimal): -14722757 or 3889439. OLE color: 3889439.

HSL color Cylindrical-coordinate representation of color #1F593B: hue angle of 148.97º 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 #1F593B is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 89 59 -
CMYK 0.65 0 0.34 0.65
HSL 148.97º 0.48% 0.24% -
HSV(B) 148.97º 0.65% 0.35% -
XYZ 4.93 7.75 5.37 -
YUV 68.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 31 89 59 0.65 0 0.34 0.65 148.97 0.48 0.24
Hex 1F 59 3B 41 0 22 41 95 30 18
Octal 37 131 73 101 0 42 101 225 60 30
Binary 11111 1011001 111011 1000001 0 100010 1000001 10010101 110000 11000

Color Harmonies of #1F593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F593B

Black with #1F593B

Text Example


Text Example

White with #1F593B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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