Html Css Color HEX #2B433C Te Papa Green

📋 copy color: '#2B433C'

red 43 ◦ green 67 ◦ blue 60

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

Shades of Te Papa Green #2B433C

Tints of Te Papa Green #2B433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

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

R = 25.29%
G = 39.41%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#2B433C (or 0x2B433C) is known color: Te Papa Green. HEX triplet: 2B, 43 and 3C. RGB value is (43,67,60). Sum of RGB (Red+Green+Blue) = 43+67+60=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433C is #D4BCC3. Grayscale: #3B3B3B. Windows color (decimal): -13941956 or 3949355. OLE color: 3949355.

HSL color Cylindrical-coordinate representation of color #2B433C: hue angle of 162.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B433C is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 67 60 -
CMYK 0.36 0 0.10 0.74
HSL 162.5º 0.22% 0.22% -
HSV(B) 162.5º 0.36% 0.26% -
XYZ 3.82 4.85 5.01 -
YUV 59.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 43 67 60 0.36 0 0.10 0.74 162.5 0.22 0.22
Hex 2B 43 3C 24 0 A 4A A2 16 16
Octal 53 103 74 44 0 12 112 242 26 26
Binary 101011 1000011 111100 100100 0 1010 1001010 10100010 10110 10110

Color Harmonies of #2B433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B433C

Black with #2B433C

Text Example


Text Example

White with #2B433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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