#234600

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

Shades of Turtle Green #234600

Tints of Turtle Green #234600

Color information

#234600 (or 0x234600) is unknown color: approx Turtle Green. HEX triplet: 23, 46 and 00. RGB value is (35,70,0). Sum of RGB (Red+Green+Blue) = 35+70+0=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #234600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234600 is #DCB9FF. Grayscale: #333333. Windows color (decimal): -14465536 or 17955. OLE color: 17955.

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

Color convert

RGB35700-
CMYK0.5010.73
HSL90º100%13.73%-
HSV(B)90º100%27.45%-
XYZ2.884.740.76-
YUV51.5598.9116.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal357000.5010.739010013.73
Hex2346032064495a64e
Octal43106062014411113214416
Binary10001110001100110010011001001001001101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234600; }

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

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

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

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

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

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

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

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