#275434

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

Shades of Kaitoke Green #275434

Tints of Kaitoke Green #275434

Color information

#275434 (or 0x275434) is unknown color: approx Kaitoke Green. HEX triplet: 27, 54 and 34. RGB value is (39,84,52). Sum of RGB (Red+Green+Blue) = 39+84+52=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #275434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275434 is #D8ABCB. Grayscale: #424242. Windows color (decimal): -14199756 or 3429415. OLE color: 3429415.

HSL color Cylindrical-coordinate representation of color #275434: hue angle of 137.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275434 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB398452-
CMYK0.5400.380.67
HSL137.33º36.59%24.12%-
HSV(B)137.33º53.57%32.94%-
XYZ4.637.024.36-
YUV66.9119.59108.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=22.29%
G=48%
B=29.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984520.5400.380.67137.3336.5924.12
Hex2754343602643892518
Octal4712464660461032114530
Binary1001111010100110100110110010011010000111000100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275434; }

 p { color: rgb(39,84,52); }

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

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

 a { background-color: rgb(39,84,52); }

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

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

 span { border-color: rgb(39,84,52); }

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