#234602

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

Shades of Turtle Green #234602

Tints of Turtle Green #234602

Color information

#234602 (or 0x234602) is unknown color: approx Turtle Green. HEX triplet: 23, 46 and 02. RGB value is (35,70,2). Sum of RGB (Red+Green+Blue) = 35+70+2=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #234602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234602 is #DCB9FD. Grayscale: #343434. Windows color (decimal): -14465534 or 149027. OLE color: 149027.

HSL color Cylindrical-coordinate representation of color #234602: hue angle of 90.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234602 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB35702-
CMYK0.500.970.73
HSL90.88º94.44%14.12%-
HSV(B)90.88º97.14%27.45%-
XYZ2.894.740.82-
YUV51.7899.9116.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 70 (27.73% from 255) = 65.42%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=32.71%
G=65.42%
B=1.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal357020.500.970.7390.8894.4414.12
Hex2346232061495b5ee
Octal43106262014111113313616
Binary100011100011010110010011000011001001101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234602; }

 p { color: rgb(35,70,2); }

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

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

 a { background-color: rgb(35,70,2); }

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

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

 span { border-color: rgb(35,70,2); }

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