Html Css Color HEX #2A4B3D Te Papa Green

📋 copy color: '#2A4B3D'

red 42 ◦ green 75 ◦ blue 61

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

Shades of Te Papa Green #2A4B3D

Tints of Te Papa Green #2A4B3D

RGB

 RED value IS 42 (16.8% from 255) = 23.6%

 GREEN value IS 75 (29.69% from 255) = 42.13%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 23.6%
G = 42.13%
B = 34.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#2A4B3D (or 0x2A4B3D) is known color: Te Papa Green. HEX triplet: 2A, 4B and 3D. RGB value is (42,75,61). Sum of RGB (Red+Green+Blue) = 42+75+61=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B3D is #D5B4C2. Grayscale: #3F3F3F. Windows color (decimal): -14005443 or 4016938. OLE color: 4016938.

HSL color Cylindrical-coordinate representation of color #2A4B3D: hue angle of 154.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B3D is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 75 61 -
CMYK 0.44 0 0.19 0.71
HSL 154.55º 0.28% 0.23% -
HSV(B) 154.55º 0.44% 0.29% -
XYZ 4.31 5.86 5.32 -
YUV 63.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 42 75 61 0.44 0 0.19 0.71 154.55 0.28 0.23
Hex 2A 4B 3D 2C 0 13 47 9B 1C 17
Octal 52 113 75 54 0 23 107 233 34 27
Binary 101010 1001011 111101 101100 0 10011 1000111 10011011 11100 10111

Color Harmonies of #2A4B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4B3D

Black with #2A4B3D

Text Example


Text Example

White with #2A4B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,75,61); }

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

background-color css

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

 a { background-color: rgb(42,75,61); }

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

border-color css

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

 span { border-color: rgb(42,75,61); }

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