Html Css Color HEX #232E00 Turtle Green

📋 copy color: '#232E00'

red 35 ◦ green 46 ◦ blue 0

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

Shades of Turtle Green #232E00

Tints of Turtle Green #232E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 56.79%

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

R = 43.21%
G = 56.79%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#232E00 (or 0x232E00) is known color: Turtle Green. HEX triplet: 23, 2E and 00. RGB value is (35,46,0). Sum of RGB (Red+Green+Blue) = 35+46+0=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #232E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E00 is #DCD1FF. Grayscale: #252525. Windows color (decimal): -14471680 or 11811. OLE color: 11811.

HSL color Cylindrical-coordinate representation of color #232E00: hue angle of 74.35º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #232E00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 46 0 -
CMYK 0.24 0 1 0.82
HSL 74.35º 1% 0.09% -
HSV(B) 74.35º 1% 0.18% -
XYZ 1.67 2.31 0.36 -
YUV 37.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 35 46 0 0.24 0 1 0.82 74.35 1 0.09
Hex 23 2E 0 18 0 64 52 4A 64 9
Octal 43 56 0 30 0 144 122 112 144 11
Binary 100011 101110 0 11000 0 1100100 1010010 1001010 1100100 1001

Color Harmonies of #232E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E00

Black with #232E00

Text Example


Text Example

White with #232E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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