Html Css Color HEX #2D5242 Te Papa Green

📋 copy color: '#2D5242'

red 45 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #2D5242

Tints of Te Papa Green #2D5242

RGB

 RED value IS 45 (17.97% from 255) = 23.32%

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 23.32%
G = 42.49%
B = 34.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#2D5242 (or 0x2D5242) is known color: Te Papa Green. HEX triplet: 2D, 52 and 42. RGB value is (45,82,66). Sum of RGB (Red+Green+Blue) = 45+82+66=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5242 is #D2ADBD. Grayscale: #454545. Windows color (decimal): -13807038 or 4346413. OLE color: 4346413.

HSL color Cylindrical-coordinate representation of color #2D5242: hue angle of 154.05º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D5242 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 82 66 -
CMYK 0.45 0 0.20 0.68
HSL 154.05º 0.29% 0.25% -
HSV(B) 154.05º 0.45% 0.32% -
XYZ 5.08 6.99 6.23 -
YUV 69.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 45 82 66 0.45 0 0.20 0.68 154.05 0.29 0.25
Hex 2D 52 42 2D 0 14 44 9A 1D 19
Octal 55 122 102 55 0 24 104 232 35 31
Binary 101101 1010010 1000010 101101 0 10100 1000100 10011010 11101 11001

Color Harmonies of #2D5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5242

Black with #2D5242

Text Example


Text Example

White with #2D5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5242; }

 p { color: rgb(45,82,66); }

 H1.HeaderClassName
 {
   color: #2D5242;
 }
 .AnyTagClassName
 {
   color: #2D5242;
 }
</style>

background-color css

<style>
 a { background-color: #2D5242; }

 a { background-color: rgb(45,82,66); }

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

border-color css

<style>
 span { border-color: #2D5242; }

 span { border-color: rgb(45,82,66); }

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