Html Css Color HEX #28330D Turtle Green

📋 copy color: '#28330D'

red 40 ◦ green 51 ◦ blue 13

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

Shades of Turtle Green #28330D

Tints of Turtle Green #28330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

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

R = 38.46%
G = 49.04%
B = 12.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#28330D (or 0x28330D) is known color: Turtle Green. HEX triplet: 28, 33 and 0D. RGB value is (40,51,13). Sum of RGB (Red+Green+Blue) = 40+51+13=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #28330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28330D is #D7CCF2. Grayscale: #2B2B2B. Windows color (decimal): -14142707 or 865064. OLE color: 865064.

HSL color Cylindrical-coordinate representation of color #28330D: hue angle of 77.37º degrees, saturation: 0.59, 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 #28330D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 40 51 13 -
CMYK 0.22 0 0.75 0.8
HSL 77.37º 0.59% 0.13% -
HSV(B) 77.37º 0.75% 0.2% -
XYZ 2.13 2.85 0.82 -
YUV 43.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 40 51 13 0.22 0 0.75 0.8 77.37 0.59 0.13
Hex 28 33 D 16 0 4B 50 4D 3B D
Octal 50 63 15 26 0 113 120 115 73 15
Binary 101000 110011 1101 10110 0 1001011 1010000 1001101 111011 1101

Color Harmonies of #28330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28330D

Black with #28330D

Text Example


Text Example

White with #28330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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