Html Css Color HEX #235443 Te Papa Green

📋 copy color: '#235443'

red 35 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #235443

Tints of Te Papa Green #235443

RGB

 RED value IS 35 (14.06% from 255) = 18.82%

 GREEN value IS 84 (33.2% from 255) = 45.16%

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 18.82%
G = 45.16%
B = 36.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#235443 (or 0x235443) is known color: Te Papa Green. HEX triplet: 23, 54 and 43. RGB value is (35,84,67). Sum of RGB (Red+Green+Blue) = 35+84+67=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #235443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235443 is #DCABBC. Grayscale: #434343. Windows color (decimal): -14461885 or 4412451. OLE color: 4412451.

HSL color Cylindrical-coordinate representation of color #235443: hue angle of 159.18º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235443 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 84 67 -
CMYK 0.58 0 0.20 0.67
HSL 159.18º 0.41% 0.23% -
HSV(B) 159.18º 0.58% 0.33% -
XYZ 4.88 7.1 6.42 -
YUV 67.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 35 84 67 0.58 0 0.20 0.67 159.18 0.41 0.23
Hex 23 54 43 3A 0 14 43 9F 29 17
Octal 43 124 103 72 0 24 103 237 51 27
Binary 100011 1010100 1000011 111010 0 10100 1000011 10011111 101001 10111

Color Harmonies of #235443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235443

Black with #235443

Text Example


Text Example

White with #235443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235443; }

 p { color: rgb(35,84,67); }

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

background-color css

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

 a { background-color: rgb(35,84,67); }

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

border-color css

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

 span { border-color: rgb(35,84,67); }

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