#1F482B

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

Shades of Kaitoke Green #1F482B

Tints of Kaitoke Green #1F482B

Color information

#1F482B (or 0x1F482B) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 48 and 2B. RGB value is (31,72,43). Sum of RGB (Red+Green+Blue) = 31+72+43=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #1F482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F482B is #E0B7D4. Grayscale: #383838. Windows color (decimal): -14727125 or 2836511. OLE color: 2836511.

HSL color Cylindrical-coordinate representation of color #1F482B: hue angle of 137.56º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F482B is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB317243-
CMYK0.5700.400.72
HSL137.56º39.81%20.2%-
HSV(B)137.56º56.94%28.24%-
XYZ3.325.13.1-
YUV56.43120.42109.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=21.23%
G=49.32%
B=29.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172430.5700.400.72137.5639.8120.2
Hex1F482B39028488a2814
Octal3711053710501102125024
Binary111111001000101011111001010100010010001000101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,43); }

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

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

 a { background-color: rgb(31,72,43); }

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

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

 span { border-color: rgb(31,72,43); }

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