Html Css Color HEX #28310B Turtle Green

📋 copy color: '#28310B'

red 40 ◦ green 49 ◦ blue 11

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

Shades of Turtle Green #28310B

Tints of Turtle Green #28310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49%

 BLUE value IS 11 (4.69% from 255) = 11%

R = 40%
G = 49%
B = 11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#28310B (or 0x28310B) is known color: Turtle Green. HEX triplet: 28, 31 and 0B. RGB value is (40,49,11). Sum of RGB (Red+Green+Blue) = 40+49+11=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #28310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310B is #D7CEF4. Grayscale: #2A2A2A. Windows color (decimal): -14143221 or 733480. OLE color: 733480.

HSL color Cylindrical-coordinate representation of color #28310B: hue angle of 74.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28310B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 11 -
CMYK 0.18 0 0.78 0.81
HSL 74.21º 0.63% 0.12% -
HSV(B) 74.21º 0.78% 0.19% -
XYZ 2.03 2.67 0.73 -
YUV 41.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 40 49 11 0.18 0 0.78 0.81 74.21 0.63 0.12
Hex 28 31 B 12 0 4E 51 4A 3F C
Octal 50 61 13 22 0 116 121 112 77 14
Binary 101000 110001 1011 10010 0 1001110 1010001 1001010 111111 1100

Color Harmonies of #28310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28310B

Black with #28310B

Text Example


Text Example

White with #28310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28310B; }

 p { color: rgb(40,49,11); }

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

background-color css

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

 a { background-color: rgb(40,49,11); }

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

border-color css

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

 span { border-color: rgb(40,49,11); }

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