Html Css Color HEX #28340A Turtle Green

📋 copy color: '#28340A'

red 40 ◦ green 52 ◦ blue 10

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

Shades of Turtle Green #28340A

Tints of Turtle Green #28340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 39.22%
G = 50.98%
B = 9.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#28340A (or 0x28340A) is known color: Turtle Green. HEX triplet: 28, 34 and 0A. RGB value is (40,52,10). Sum of RGB (Red+Green+Blue) = 40+52+10=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #28340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28340A is #D7CBF5. Grayscale: #2B2B2B. Windows color (decimal): -14142454 or 668712. OLE color: 668712.

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

Color convert

RGB 40 52 10 -
CMYK 0.23 0 0.81 0.80
HSL 77.14º 0.68% 0.12% -
HSV(B) 77.14º 0.81% 0.2% -
XYZ 2.16 2.93 0.74 -
YUV 43.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 40 52 10 0.23 0 0.81 0.80 77.14 0.68 0.12
Hex 28 34 A 17 0 51 50 4D 44 C
Octal 50 64 12 27 0 121 120 115 104 14
Binary 101000 110100 1010 10111 0 1010001 1010000 1001101 1000100 1100

Color Harmonies of #28340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28340A

Black with #28340A

Text Example


Text Example

White with #28340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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