#233A00

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

Shades of Turtle Green #233A00

Tints of Turtle Green #233A00

Color information

#233A00 (or 0x233A00) is unknown color: approx Turtle Green. HEX triplet: 23, 3A and 00. RGB value is (35,58,0). Sum of RGB (Red+Green+Blue) = 35+58+0=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #233A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A00 is #DCC5FF. Grayscale: #2C2C2C. Windows color (decimal): -14468608 or 14883. OLE color: 14883.

HSL color Cylindrical-coordinate representation of color #233A00: hue angle of 83.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #233A00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB35580-
CMYK0.40010.77
HSL83.79º100%11.37%-
HSV(B)83.79º100%22.75%-
XYZ2.213.380.54-
YUV44.51102.88121.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.63%
G=62.37%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal355800.40010.7783.7910011.37
Hex233A0280644D5464b
Octal4372050014411512414413
Binary1000111110100101000011001001001101101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233A00; }

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

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

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

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

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

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

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

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