#1B4D28

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

Shades of Kaitoke Green #1B4D28

Tints of Kaitoke Green #1B4D28

Color information

#1B4D28 (or 0x1B4D28) is unknown color: approx Kaitoke Green. HEX triplet: 1B, 4D and 28. RGB value is (27,77,40). Sum of RGB (Red+Green+Blue) = 27+77+40=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D28 is #E4B2D7. Grayscale: #393939. Windows color (decimal): -14987992 or 2641179. OLE color: 2641179.

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

Color convert

RGB277740-
CMYK0.6500.480.70
HSL135.6º48.08%20.39%-
HSV(B)135.6º64.94%30.2%-
XYZ3.495.692.92-
YUV57.83117.94106.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=18.75%
G=53.47%
B=27.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2777400.6500.480.70135.648.0820.39
Hex1B4D284103046883014
Octal33115501010601062106024
Binary1101110011011010001000001011000010001101000100011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,77,40); }

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

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

 a { background-color: rgb(27,77,40); }

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

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

 span { border-color: rgb(27,77,40); }

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