Html Css Color HEX #0D332E Racing Green

📋 copy color: '#0D332E'

red 13 ◦ green 51 ◦ blue 46

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

Shades of Racing Green #0D332E

Tints of Racing Green #0D332E

RGB

 RED value IS 13 (5.47% from 255) = 11.82%

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

 BLUE value IS 46 (18.36% from 255) = 41.82%

R = 11.82%
G = 46.36%
B = 41.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#0D332E (or 0x0D332E) is known color: Racing Green. HEX triplet: 0D, 33 and 2E. RGB value is (13,51,46). Sum of RGB (Red+Green+Blue) = 13+51+46=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #0D332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D332E is #F2CCD1. Grayscale: #272727. Windows color (decimal): -15912146 or 3027725. OLE color: 3027725.

HSL color Cylindrical-coordinate representation of color #0D332E: hue angle of 172.11º 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 #0D332E is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 13 51 46 -
CMYK 0.75 0 0.10 0.8
HSL 172.11º 0.59% 0.13% -
HSV(B) 172.11º 0.75% 0.2% -
XYZ 1.84 2.65 3 -
YUV 39.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 13 51 46 0.75 0 0.10 0.8 172.11 0.59 0.13
Hex D 33 2E 4B 0 A 50 AC 3B D
Octal 15 63 56 113 0 12 120 254 73 15
Binary 1101 110011 101110 1001011 0 1010 1010000 10101100 111011 1101

Color Harmonies of #0D332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D332E

Black with #0D332E

Text Example


Text Example

White with #0D332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D332E; }

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

 H1.HeaderClassName
 {
   color: #0D332E;
 }
 .AnyTagClassName
 {
   color: #0D332E;
 }
</style>

background-color css

<style>
 a { background-color: #0D332E; }

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

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

border-color css

<style>
 span { border-color: #0D332E; }

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

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