#23482E

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

Shades of Kaitoke Green #23482E

Tints of Kaitoke Green #23482E

Color information

#23482E (or 0x23482E) is unknown color: approx Kaitoke Green. HEX triplet: 23, 48 and 2E. RGB value is (35,72,46). Sum of RGB (Red+Green+Blue) = 35+72+46=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #23482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482E is #DCB7D1. Grayscale: #3A3A3A. Windows color (decimal): -14464978 or 3033123. OLE color: 3033123.

HSL color Cylindrical-coordinate representation of color #23482E: hue angle of 137.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23482E is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB357246-
CMYK0.5100.360.72
HSL137.84º34.58%20.98%-
HSV(B)137.84º51.39%28.24%-
XYZ3.55.193.4-
YUV57.97121.24111.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=22.88%
G=47.06%
B=30.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572460.5100.360.72137.8434.5820.98
Hex23482E33024488a2315
Octal4311056630441102124325
Binary1000111001000101110110011010010010010001000101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23482E; }

 p { color: rgb(35,72,46); }

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

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

 a { background-color: rgb(35,72,46); }

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

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

 span { border-color: rgb(35,72,46); }

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