Html Css Color HEX #1F573A Kaitoke Green

📋 copy color: '#1F573A'

red 31 ◦ green 87 ◦ blue 58

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

Shades of Kaitoke Green #1F573A

Tints of Kaitoke Green #1F573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

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

R = 17.61%
G = 49.43%
B = 32.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#1F573A (or 0x1F573A) is known color: Kaitoke Green. HEX triplet: 1F, 57 and 3A. RGB value is (31,87,58). Sum of RGB (Red+Green+Blue) = 31+87+58=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #1F573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F573A is #E0A8C5. Grayscale: #434343. Windows color (decimal): -14723270 or 3823391. OLE color: 3823391.

HSL color Cylindrical-coordinate representation of color #1F573A: hue angle of 148.93º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F573A is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 31 87 58 -
CMYK 0.64 0 0.33 0.66
HSL 148.93º 0.47% 0.23% -
HSV(B) 148.93º 0.64% 0.34% -
XYZ 4.74 7.41 5.18 -
YUV 66.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 31 87 58 0.64 0 0.33 0.66 148.93 0.47 0.23
Hex 1F 57 3A 40 0 21 42 95 2F 17
Octal 37 127 72 100 0 41 102 225 57 27
Binary 11111 1010111 111010 1000000 0 100001 1000010 10010101 101111 10111

Color Harmonies of #1F573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F573A

Black with #1F573A

Text Example


Text Example

White with #1F573A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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