#275A38

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

Shades of Kaitoke Green #275A38

Tints of Kaitoke Green #275A38

Color information

#275A38 (or 0x275A38) is unknown color: approx Kaitoke Green. HEX triplet: 27, 5A and 38. RGB value is (39,90,56). Sum of RGB (Red+Green+Blue) = 39+90+56=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #275A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A38 is #D8A5C7. Grayscale: #464646. Windows color (decimal): -14198216 or 3693095. OLE color: 3693095.

HSL color Cylindrical-coordinate representation of color #275A38: hue angle of 140º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A38 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB399056-
CMYK0.5700.380.65
HSL140º39.53%25.29%-
HSV(B)140º56.67%35.29%-
XYZ5.218.035.02-
YUV70.88119.6105.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 90 (35.55% from 255) = 48.65%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=21.08%
G=48.65%
B=30.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990560.5700.380.6514039.5325.29
Hex275A3839026418c2819
Octal4713270710461012145031
Binary1001111011010111000111001010011010000011000110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A38; }

 p { color: rgb(39,90,56); }

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

<style>
 a { background-color: #275A38; }

 a { background-color: rgb(39,90,56); }

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

<style>
 span { border-color: #275A38; }

 span { border-color: rgb(39,90,56); }

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