#1B502F

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

Shades of Kaitoke Green #1B502F

Tints of Kaitoke Green #1B502F

Color information

#1B502F (or 0x1B502F) is unknown color: approx Kaitoke Green. HEX triplet: 1B, 50 and 2F. RGB value is (27,80,47). Sum of RGB (Red+Green+Blue) = 27+80+47=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #1B502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B502F is #E4AFD0. Grayscale: #3C3C3C. Windows color (decimal): -14987217 or 3100699. OLE color: 3100699.

HSL color Cylindrical-coordinate representation of color #1B502F: hue angle of 142.64º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B502F is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB278047-
CMYK0.6600.410.69
HSL142.64º49.53%20.98%-
HSV(B)142.64º66.25%31.37%-
XYZ3.836.183.68-
YUV60.39120.44104.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.53%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=17.53%
G=51.95%
B=30.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780470.6600.410.69142.6449.5320.98
Hex1B502F42029458f3215
Octal33120571020511052176225
Binary1101110100001011111000010010100110001011000111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,47); }

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

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

 a { background-color: rgb(27,80,47); }

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

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

 span { border-color: rgb(27,80,47); }

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