#234702

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

Shades of Turtle Green #234702

Tints of Turtle Green #234702

Color information

#234702 (or 0x234702) is unknown color: approx Turtle Green. HEX triplet: 23, 47 and 02. RGB value is (35,71,2). Sum of RGB (Red+Green+Blue) = 35+71+2=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #234702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234702 is #DCB8FD. Grayscale: #343434. Windows color (decimal): -14465278 or 149283. OLE color: 149283.

HSL color Cylindrical-coordinate representation of color #234702: hue angle of 91.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234702 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB35712-
CMYK0.5100.970.72
HSL91.3º94.52%14.31%-
HSV(B)91.3º97.18%27.84%-
XYZ2.964.870.84-
YUV52.3799.57115.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 71 (28.12% from 255) = 65.74%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=32.41%
G=65.74%
B=1.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal357120.5100.970.7291.394.5214.31
Hex2347233061485b5fe
Octal43107263014111013313716
Binary100011100011110110011011000011001000101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234702; }

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

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

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

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

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

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

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

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