#234B30

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

Shades of Kaitoke Green #234B30

Tints of Kaitoke Green #234B30

Color information

#234B30 (or 0x234B30) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4B and 30. RGB value is (35,75,48). Sum of RGB (Red+Green+Blue) = 35+75+48=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #234B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B30 is #DCB4CF. Grayscale: #3C3C3C. Windows color (decimal): -14464208 or 3164963. OLE color: 3164963.

HSL color Cylindrical-coordinate representation of color #234B30: hue angle of 139.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B30 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB357548-
CMYK0.5300.360.71
HSL139.5º36.36%21.57%-
HSV(B)139.5º53.33%29.41%-
XYZ3.745.63.68-
YUV59.96121.25110.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=22.15%
G=47.47%
B=30.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575480.5300.360.71139.536.3621.57
Hex234B3035024478c2416
Octal4311360650441072144426
Binary1000111001011110000110101010010010001111000110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234B30; }

 p { color: rgb(35,75,48); }

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

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

 a { background-color: rgb(35,75,48); }

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

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

 span { border-color: rgb(35,75,48); }

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