Html Css Color HEX #28340D Turtle Green

📋 copy color: '#28340D'

red 40 ◦ green 52 ◦ blue 13

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

Shades of Turtle Green #28340D

Tints of Turtle Green #28340D

RGB

 RED value IS 40 (16.02% from 255) = 38.1%

 GREEN value IS 52 (20.7% from 255) = 49.52%

 BLUE value IS 13 (5.47% from 255) = 12.38%

R = 38.1%
G = 49.52%
B = 12.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#28340D (or 0x28340D) is known color: Turtle Green. HEX triplet: 28, 34 and 0D. RGB value is (40,52,13). Sum of RGB (Red+Green+Blue) = 40+52+13=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #28340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28340D is #D7CBF2. Grayscale: #2C2C2C. Windows color (decimal): -14142451 or 865320. OLE color: 865320.

HSL color Cylindrical-coordinate representation of color #28340D: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28340D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 13 -
CMYK 0.23 0 0.75 0.80
HSL 78.46º 0.6% 0.13% -
HSV(B) 78.46º 0.75% 0.2% -
XYZ 2.18 2.94 0.83 -
YUV 43.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 40 52 13 0.23 0 0.75 0.80 78.46 0.6 0.13
Hex 28 34 D 17 0 4B 50 4E 3C D
Octal 50 64 15 27 0 113 120 116 74 15
Binary 101000 110100 1101 10111 0 1001011 1010000 1001110 111100 1101

Color Harmonies of #28340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28340D

Black with #28340D

Text Example


Text Example

White with #28340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28340D; }

 p { color: rgb(40,52,13); }

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

background-color css

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

 a { background-color: rgb(40,52,13); }

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

border-color css

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

 span { border-color: rgb(40,52,13); }

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