#235438

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

Shades of Kaitoke Green #235438

Tints of Kaitoke Green #235438

Color information

#235438 (or 0x235438) is unknown color: approx Kaitoke Green. HEX triplet: 23, 54 and 38. RGB value is (35,84,56). Sum of RGB (Red+Green+Blue) = 35+84+56=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #235438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235438 is #DCABC7. Grayscale: #424242. Windows color (decimal): -14461896 or 3691555. OLE color: 3691555.

HSL color Cylindrical-coordinate representation of color #235438: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235438 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB358456-
CMYK0.5800.330.67
HSL145.71º41.18%23.33%-
HSV(B)145.71º58.33%32.94%-
XYZ4.586.984.85-
YUV66.16122.27105.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 56 (22.27% from 255) = 32%
R=20%
G=48%
B=32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584560.5800.330.67145.7141.1823.33
Hex2354383A02143922917
Octal4312470720411032225127
Binary1000111010100111000111010010000110000111001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235438; }

 p { color: rgb(35,84,56); }

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

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

 a { background-color: rgb(35,84,56); }

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

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

 span { border-color: rgb(35,84,56); }

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