Html Css Color HEX #2B483C Te Papa Green

📋 copy color: '#2B483C'

red 43 ◦ green 72 ◦ blue 60

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

Shades of Te Papa Green #2B483C

Tints of Te Papa Green #2B483C

RGB

 RED value IS 43 (17.19% from 255) = 24.57%

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 24.57%
G = 41.14%
B = 34.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#2B483C (or 0x2B483C) is known color: Te Papa Green. HEX triplet: 2B, 48 and 3C. RGB value is (43,72,60). Sum of RGB (Red+Green+Blue) = 43+72+60=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #2B483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B483C is #D4B7C3. Grayscale: #3D3D3D. Windows color (decimal): -13940676 or 3950635. OLE color: 3950635.

HSL color Cylindrical-coordinate representation of color #2B483C: hue angle of 155.17º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B483C is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 60 -
CMYK 0.40 0 0.17 0.72
HSL 155.17º 0.25% 0.23% -
HSV(B) 155.17º 0.4% 0.28% -
XYZ 4.13 5.47 5.11 -
YUV 61.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 43 72 60 0.40 0 0.17 0.72 155.17 0.25 0.23
Hex 2B 48 3C 28 0 11 48 9B 19 17
Octal 53 110 74 50 0 21 110 233 31 27
Binary 101011 1001000 111100 101000 0 10001 1001000 10011011 11001 10111

Color Harmonies of #2B483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B483C

Black with #2B483C

Text Example


Text Example

White with #2B483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,60); }

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

background-color css

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

 a { background-color: rgb(43,72,60); }

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

border-color css

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

 span { border-color: rgb(43,72,60); }

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