Html Css Color HEX #234400 Turtle Green

📋 copy color: '#234400'

red 35 ◦ green 68 ◦ blue 0

#234400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #234400

Tints of Turtle Green #234400

RGB

 RED value IS 35 (14.06% from 255) = 33.98%

 GREEN value IS 68 (26.95% from 255) = 66.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.98%
G = 66.02%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#234400 (or 0x234400) is known color: Turtle Green. HEX triplet: 23, 44 and 00. RGB value is (35,68,0). Sum of RGB (Red+Green+Blue) = 35+68+0=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #234400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234400 is #DCBBFF. Grayscale: #323232. Windows color (decimal): -14466048 or 17443. OLE color: 17443.

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

Color convert

RGB 35 68 0 -
CMYK 0.49 0 1 0.73
HSL 89.12º 1% 0.13% -
HSV(B) 89.12º 1% 0.27% -
XYZ 2.76 4.49 0.72 -
YUV 50.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 35 68 0 0.49 0 1 0.73 89.12 1 0.13
Hex 23 44 0 31 0 64 49 59 64 D
Octal 43 104 0 61 0 144 111 131 144 15
Binary 100011 1000100 0 110001 0 1100100 1001001 1011001 1100100 1101

Color Harmonies of #234400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234400

Black with #234400

Text Example


Text Example

White with #234400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234400; }

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

 H1.HeaderClassName
 {
   color: #234400;
 }
 .AnyTagClassName
 {
   color: #234400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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