Html Css Color HEX #2F3002 Karaka

📋 copy color: '#2F3002'

red 47 ◦ green 48 ◦ blue 2

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

Shades of Karaka #2F3002

Tints of Karaka #2F3002

RGB

 RED value IS 47 (18.75% from 255) = 48.45%

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 2 (1.17% from 255) = 2.06%

R = 48.45%
G = 49.48%
B = 2.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#2F3002 (or 0x2F3002) is known color: Karaka. HEX triplet: 2F, 30 and 02. RGB value is (47,48,2). Sum of RGB (Red+Green+Blue) = 47+48+2=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3002 is #D0CFFD. Grayscale: #2A2A2A. Windows color (decimal): -13684734 or 143407. OLE color: 143407.

HSL color Cylindrical-coordinate representation of color #2F3002: hue angle of 61.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F3002 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 48 2 -
CMYK 0.02 0 0.96 0.81
HSL 61.3º 0.92% 0.1% -
HSV(B) 61.3º 0.96% 0.19% -
XYZ 2.24 2.72 0.46 -
YUV 42.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 47 48 2 0.02 0 0.96 0.81 61.3 0.92 0.1
Hex 2F 30 2 2 0 60 51 3D 5C A
Octal 57 60 2 2 0 140 121 75 134 12
Binary 101111 110000 10 10 0 1100000 1010001 111101 1011100 1010

Color Harmonies of #2F3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3002

Black with #2F3002

Text Example


Text Example

White with #2F3002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,2); }

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

background-color css

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

 a { background-color: rgb(47,48,2); }

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

border-color css

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

 span { border-color: rgb(47,48,2); }

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